#F2CABA

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

Shades of Watusi #F2CABA

Tints of Watusi #F2CABA

Color information

#F2CABA (or 0xF2CABA) is unknown color: approx Watusi. HEX triplet: F2, CA and BA. RGB value is (242,202,186). Sum of RGB (Red+Green+Blue) = 242+202+186=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CABA is #0D3545. Grayscale: #D4D4D4. Windows color (decimal): -865606 or 12241650. OLE color: 12241650.

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

Color convert

RGB242202186-
CMYK00.170.230.05
HSL17.14º68.29%83.92%-
HSV(B)17.14º23.14%94.9%-
XYZ66.664.6655.43-
YUV212.14113.25149.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=38.41%
G=32.06%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220218600.170.230.0517.1468.2983.92
HexF2CABA011175114454
Octal36231227202127521104124
Binary111100101100101010111010010001101111011000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CABA; }

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

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

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

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

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

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

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

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