#F2C4B8

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

Shades of Watusi #F2C4B8

Tints of Watusi #F2C4B8

Color information

#F2C4B8 (or 0xF2C4B8) is unknown color: approx Watusi. HEX triplet: F2, C4 and B8. RGB value is (242,196,184). Sum of RGB (Red+Green+Blue) = 242+196+184=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4B8 is #0D3B47. Grayscale: #D0D0D0. Windows color (decimal): -867144 or 12109042. OLE color: 12109042.

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

Color convert

RGB242196184-
CMYK00.190.240.05
HSL12.41º69.05%83.53%-
HSV(B)12.41º23.97%94.9%-
XYZ65.0161.8253.85-
YUV208.39114.24151.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 184 (72.27% from 255) = 29.58%
R=38.91%
G=31.51%
B=29.58%

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
Decimal24219618400.190.240.0512.4169.0583.53
HexF2C4B8013185c4554
Octal36230427002330514105124
Binary11110010110001001011100001001111000101110010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C4B8; }

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

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

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

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

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

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

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

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