#F2CDBF

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

Shades of Watusi #F2CDBF

Tints of Watusi #F2CDBF

Color information

#F2CDBF (or 0xF2CDBF) is unknown color: approx Watusi. HEX triplet: F2, CD and BF. RGB value is (242,205,191). Sum of RGB (Red+Green+Blue) = 242+205+191=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBF is #0D3240. Grayscale: #D6D6D6. Windows color (decimal): -864833 or 12570098. OLE color: 12570098.

HSL color Cylindrical-coordinate representation of color #F2CDBF: hue angle of 16.47º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2CDBF is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242205191-
CMYK00.150.210.05
HSL16.47º66.23%84.9%-
HSV(B)16.47º21.07%94.9%-
XYZ67.8566.358.51-
YUV214.47114.76147.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 191 (75% from 255) = 29.94%
R=37.93%
G=32.13%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220519100.150.210.0516.4766.2384.9
HexF2CDBF0F155104255
Octal36231527701725520102125
Binary11110010110011011011111101111101011011000010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDBF; }

 p { color: rgb(242,205,191); }

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

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

 a { background-color: rgb(242,205,191); }

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

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

 span { border-color: rgb(242,205,191); }

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