#F0CDB6

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

Shades of Watusi #F0CDB6

Tints of Watusi #F0CDB6

Color information

#F0CDB6 (or 0xF0CDB6) is unknown color: approx Watusi. HEX triplet: F0, CD and B6. RGB value is (240,205,182). Sum of RGB (Red+Green+Blue) = 240+205+182=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 182 (71.48% from 255 or 29.03% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDB6 is #0F3249. Grayscale: #D4D4D4. Windows color (decimal): -995914 or 11980272. OLE color: 11980272.

HSL color Cylindrical-coordinate representation of color #F0CDB6: hue angle of 23.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0CDB6 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240205182-
CMYK00.150.240.06
HSL23.79º65.91%82.75%-
HSV(B)23.79º24.17%94.12%-
XYZ66.2165.5753.42-
YUV212.84110.6147.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 182 (71.48% from 255) = 29.03%
R=38.28%
G=32.70%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020518200.150.240.0623.7965.9182.75
HexF0CDB60F186184253
Octal36031526601730630102123
Binary11110000110011011011011001111110001101100010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDB6; }

 p { color: rgb(240,205,182); }

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

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

 a { background-color: rgb(240,205,182); }

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

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

 span { border-color: rgb(240,205,182); }

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