#F2CBB9

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

Shades of Watusi #F2CBB9

Tints of Watusi #F2CBB9

Color information

#F2CBB9 (or 0xF2CBB9) is unknown color: approx Watusi. HEX triplet: F2, CB and B9. RGB value is (242,203,185). Sum of RGB (Red+Green+Blue) = 242+203+185=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBB9 is #0D3446. Grayscale: #D4D4D4. Windows color (decimal): -865351 or 12176370. OLE color: 12176370.

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

Color convert

RGB242203185-
CMYK00.160.240.05
HSL18.95º68.67%83.73%-
HSV(B)18.95º23.55%94.9%-
XYZ66.7365.0954.95-
YUV212.61112.42148.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=38.41%
G=32.22%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220318500.160.240.0518.9568.6783.73
HexF2CBB9010185134554
Octal36231327102030523105124
Binary111100101100101110111001010000110001011001110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBB9; }

 p { color: rgb(242,203,185); }

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

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

 a { background-color: rgb(242,203,185); }

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

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

 span { border-color: rgb(242,203,185); }

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