#F2C4B7

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

Shades of Watusi #F2C4B7

Tints of Watusi #F2C4B7

Color information

#F2C4B7 (or 0xF2C4B7) is unknown color: approx Watusi. HEX triplet: F2, C4 and B7. RGB value is (242,196,183). Sum of RGB (Red+Green+Blue) = 242+196+183=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4B7 is #0D3B48. Grayscale: #D0D0D0. Windows color (decimal): -867145 or 12043506. OLE color: 12043506.

HSL color Cylindrical-coordinate representation of color #F2C4B7: hue angle of 13.22º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2C4B7 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242196183-
CMYK00.190.240.05
HSL13.22º69.41%83.33%-
HSV(B)13.22º24.38%94.9%-
XYZ64.9161.7853.3-
YUV208.27113.74152.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 183 (71.88% from 255) = 29.47%
R=38.97%
G=31.56%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219618300.190.240.0513.2269.4183.33
HexF2C4B7013185d4553
Octal36230426702330515105123
Binary11110010110001001011011101001111000101110110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C4B7; }

 p { color: rgb(242,196,183); }

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

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

 a { background-color: rgb(242,196,183); }

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

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

 span { border-color: rgb(242,196,183); }

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