#F2CCB9

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

Shades of Watusi #F2CCB9

Tints of Watusi #F2CCB9

Color information

#F2CCB9 (or 0xF2CCB9) is unknown color: approx Watusi. HEX triplet: F2, CC and B9. RGB value is (242,204,185). Sum of RGB (Red+Green+Blue) = 242+204+185=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCB9 is #0D3346. Grayscale: #D5D5D5. Windows color (decimal): -865095 or 12176626. OLE color: 12176626.

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

Color convert

RGB242204185-
CMYK00.160.240.05
HSL20º68.67%83.73%-
HSV(B)20º23.55%94.9%-
XYZ66.9765.5755.02-
YUV213.2112.09148.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 185 (72.66% from 255) = 29.32%
R=38.35%
G=32.33%
B=29.32%

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
Decimal24220418500.160.240.052068.6783.73
HexF2CCB9010185144554
Octal36231427102030524105124
Binary111100101100110010111001010000110001011010010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCB9; }

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

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

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

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

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

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

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

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