#F2CAB7

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

Shades of Watusi #F2CAB7

Tints of Watusi #F2CAB7

Color information

#F2CAB7 (or 0xF2CAB7) is unknown color: approx Watusi. HEX triplet: F2, CA and B7. RGB value is (242,202,183). Sum of RGB (Red+Green+Blue) = 242+202+183=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAB7 is #0D3548. Grayscale: #D3D3D3. Windows color (decimal): -865609 or 12045042. OLE color: 12045042.

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

Color convert

RGB242202183-
CMYK00.170.240.05
HSL19.32º69.41%83.33%-
HSV(B)19.32º24.38%94.9%-
XYZ66.2964.5453.76-
YUV211.79111.75149.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 183 (71.88% from 255) = 29.19%
R=38.60%
G=32.22%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220218300.170.240.0519.3269.4183.33
HexF2CAB7011185134553
Octal36231226702130523105123
Binary111100101100101010110111010001110001011001110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAB7; }

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

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

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

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

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

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

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

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