#F2CCBE

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

Shades of Watusi #F2CCBE

Tints of Watusi #F2CCBE

Color information

#F2CCBE (or 0xF2CCBE) is unknown color: approx Watusi. HEX triplet: F2, CC and BE. RGB value is (242,204,190). Sum of RGB (Red+Green+Blue) = 242+204+190=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCBE is #0D3341. Grayscale: #D5D5D5. Windows color (decimal): -865090 or 12504306. OLE color: 12504306.

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

Color convert

RGB242204190-
CMYK00.160.210.05
HSL16.15º66.67%84.71%-
HSV(B)16.15º21.49%94.9%-
XYZ67.5165.7857.85-
YUV213.77114.59148.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=38.05%
G=32.08%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220419000.160.210.0516.1566.6784.71
HexF2CCBE010155104355
Octal36231427602025520103125
Binary111100101100110010111110010000101011011000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCBE; }

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

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

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

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

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

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

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

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