#F2CDBE

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

Shades of Watusi #F2CDBE

Tints of Watusi #F2CDBE

Color information

#F2CDBE (or 0xF2CDBE) is unknown color: approx Watusi. HEX triplet: F2, CD and BE. RGB value is (242,205,190). Sum of RGB (Red+Green+Blue) = 242+205+190=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBE is #0D3241. Grayscale: #D6D6D6. Windows color (decimal): -864834 or 12504562. OLE color: 12504562.

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

Color convert

RGB242205190-
CMYK00.150.210.05
HSL17.31º66.67%84.71%-
HSV(B)17.31º21.49%94.9%-
XYZ67.7466.2657.93-
YUV214.35114.26147.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=37.99%
G=32.18%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220519000.150.210.0517.3166.6784.71
HexF2CDBE0F155114355
Octal36231527601725521103125
Binary11110010110011011011111001111101011011000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDBE; }

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

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

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

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

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

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

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

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