#F3CDB5

Color #F3CDB5 Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #F3CDB5

Tints of Watusi #F3CDB5

Color information

#F3CDB5 (or 0xF3CDB5) is unknown color: approx Watusi. HEX triplet: F3, CD and B5. RGB value is (243,205,181). Sum of RGB (Red+Green+Blue) = 243+205+181=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDB5 is #0C324A. Grayscale: #D5D5D5. Windows color (decimal): -799307 or 11914739. OLE color: 11914739.

HSL color Cylindrical-coordinate representation of color #F3CDB5: hue angle of 23.23º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3CDB5 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243205181-
CMYK00.160.260.05
HSL23.23º72.09%83.14%-
HSV(B)23.23º25.51%95.29%-
XYZ67.1366.0552.93-
YUV213.63109.59148.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 181 (71.09% from 255) = 28.78%
R=38.63%
G=32.59%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320518100.160.260.0523.2372.0983.14
HexF3CDB50101A5174853
Octal36331526502032527110123
Binary111100111100110110110101010000110101011011110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDB5; }

 p { color: rgb(243,205,181); }

 H1.HeaderClassName
 {
   color: #F3CDB5;
 }
 .AnyTagClassName
 {
   color: #F3CDB5;
 }
</style>
background-color css

<style>
 a { background-color: #F3CDB5; }

 a { background-color: rgb(243,205,181); }

 div.DivClassName
 {
   background-color: #F3CDB5;
 }
 .BgClassName
 {
   background-color: #F3CDB5;
 }
</style>
border-color css

<style>
 span { border-color: #F3CDB5; }

 span { border-color: rgb(243,205,181); }

 td.TdClassName
 {
   border-color: #F3CDB5;
 }
 .TagClassName
 {
   border-color: #F3CDB5;
 }
</style>