#F2CBBA

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

Shades of Watusi #F2CBBA

Tints of Watusi #F2CBBA

Color information

#F2CBBA (or 0xF2CBBA) is unknown color: approx Watusi. HEX triplet: F2, CB and BA. RGB value is (242,203,186). Sum of RGB (Red+Green+Blue) = 242+203+186=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBBA is #0D3445. Grayscale: #D4D4D4. Windows color (decimal): -865350 or 12241906. OLE color: 12241906.

HSL color Cylindrical-coordinate representation of color #F2CBBA: hue angle of 18.21º 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 #F2CBBA is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242203186-
CMYK00.160.230.05
HSL18.21º68.29%83.92%-
HSV(B)18.21º23.14%94.9%-
XYZ66.8465.1355.5-
YUV212.72112.92148.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=38.35%
G=32.17%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220318600.160.230.0518.2168.2983.92
HexF2CBBA010175124454
Octal36231327202027522104124
Binary111100101100101110111010010000101111011001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBBA; }

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

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

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

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

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

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

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

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