#F2CBBE

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

Shades of Watusi #F2CBBE

Tints of Watusi #F2CBBE

Color information

#F2CBBE (or 0xF2CBBE) is unknown color: approx Watusi. HEX triplet: F2, CB and BE. RGB value is (242,203,190). Sum of RGB (Red+Green+Blue) = 242+203+190=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBBE is #0D3441. Grayscale: #D5D5D5. Windows color (decimal): -865346 or 12504050. OLE color: 12504050.

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

Color convert

RGB242203190-
CMYK00.160.210.05
HSL15º66.67%84.71%-
HSV(B)15º21.49%94.9%-
XYZ67.2765.3157.78-
YUV213.18114.92148.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=38.11%
G=31.97%
B=29.92%

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
Decimal24220319000.160.210.051566.6784.71
HexF2CBBE010155f4355
Octal36231327602025517103125
Binary11110010110010111011111001000010101101111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBBE; }

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

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

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

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

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

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

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

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