#F0CFBC

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

Shades of Watusi #F0CFBC

Tints of Watusi #F0CFBC

Color information

#F0CFBC (or 0xF0CFBC) is unknown color: approx Watusi. HEX triplet: F0, CF and BC. RGB value is (240,207,188). Sum of RGB (Red+Green+Blue) = 240+207+188=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBC is #0F3043. Grayscale: #D6D6D6. Windows color (decimal): -995396 or 12374000. OLE color: 12374000.

HSL color Cylindrical-coordinate representation of color #F0CFBC: hue angle of 21.92º degrees, saturation: 0.63, 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 #F0CFBC is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240207188-
CMYK00.140.220.06
HSL21.92º63.41%83.92%-
HSV(B)21.92º21.67%94.12%-
XYZ67.3366.7856.92-
YUV214.7112.93146.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=37.80%
G=32.60%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020718800.140.220.0621.9263.4183.92
HexF0CFBC0E166163f54
Octal3603172740162662677124
Binary1111000011001111101111000111010110110101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFBC; }

 p { color: rgb(240,207,188); }

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

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

 a { background-color: rgb(240,207,188); }

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

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

 span { border-color: rgb(240,207,188); }

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