#F0CCBB

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

Shades of Watusi #F0CCBB

Tints of Watusi #F0CCBB

Color information

#F0CCBB (or 0xF0CCBB) is unknown color: approx Watusi. HEX triplet: F0, CC and BB. RGB value is (240,204,187). Sum of RGB (Red+Green+Blue) = 240+204+187=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCBB is #0F3344. Grayscale: #D4D4D4. Windows color (decimal): -996165 or 12307696. OLE color: 12307696.

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

Color convert

RGB240204187-
CMYK00.150.220.06
HSL19.25º63.86%83.73%-
HSV(B)19.25º22.08%94.12%-
XYZ66.565.356.11-
YUV212.83113.43147.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=38.03%
G=32.33%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020418700.150.220.0619.2563.8683.73
HexF0CCBB0F166134054
Octal36031427301726623100124
Binary11110000110011001011101101111101101101001110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCBB; }

 p { color: rgb(240,204,187); }

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

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

 a { background-color: rgb(240,204,187); }

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

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

 span { border-color: rgb(240,204,187); }

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