#F2CDBA

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

Shades of Watusi #F2CDBA

Tints of Watusi #F2CDBA

Color information

#F2CDBA (or 0xF2CDBA) is unknown color: approx Watusi. HEX triplet: F2, CD and BA. RGB value is (242,205,186). Sum of RGB (Red+Green+Blue) = 242+205+186=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBA is #0D3245. Grayscale: #D6D6D6. Windows color (decimal): -864838 or 12242418. OLE color: 12242418.

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

Color convert

RGB242205186-
CMYK00.150.230.05
HSL20.36º68.29%83.92%-
HSV(B)20.36º23.14%94.9%-
XYZ67.3166.0955.66-
YUV213.9112.26148.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=38.23%
G=32.39%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220518600.150.230.0520.3668.2983.92
HexF2CDBA0F175144454
Octal36231527201727524104124
Binary11110010110011011011101001111101111011010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDBA; }

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

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

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

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

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

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

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

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