#F0CDC2

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

Shades of Watusi #F0CDC2

Tints of Watusi #F0CDC2

Color information

#F0CDC2 (or 0xF0CDC2) is unknown color: approx Watusi. HEX triplet: F0, CD and C2. RGB value is (240,205,194). Sum of RGB (Red+Green+Blue) = 240+205+194=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC2 is #0F323D. Grayscale: #D6D6D6. Windows color (decimal): -995902 or 12766704. OLE color: 12766704.

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

Color convert

RGB240205194-
CMYK00.150.190.06
HSL14.35º60.53%85.1%-
HSV(B)14.35º19.17%94.12%-
XYZ67.566.0860.24-
YUV214.21116.6146.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 194 (76.17% from 255) = 30.36%
R=37.56%
G=32.08%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020519400.150.190.0614.3560.5385.1
HexF0CDC20F136e3d55
Octal3603153020172361675125
Binary111100001100110111000010011111001111011101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDC2; }

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

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

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

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

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

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

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

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