#F2CDBB

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

Shades of Watusi #F2CDBB

Tints of Watusi #F2CDBB

Color information

#F2CDBB (or 0xF2CDBB) is unknown color: approx Watusi. HEX triplet: F2, CD and BB. RGB value is (242,205,187). Sum of RGB (Red+Green+Blue) = 242+205+187=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBB is #0D3244. Grayscale: #D6D6D6. Windows color (decimal): -864837 or 12307954. OLE color: 12307954.

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

Color convert

RGB242205187-
CMYK00.150.230.05
HSL19.64º67.9%84.12%-
HSV(B)19.64º22.73%94.9%-
XYZ67.4266.1356.22-
YUV214.01112.76147.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=38.17%
G=32.33%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220518700.150.230.0519.6467.984.12
HexF2CDBB0F175144454
Octal36231527301727524104124
Binary11110010110011011011101101111101111011010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDBB; }

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

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

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

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

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

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

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

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