#F2CAB8

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

Shades of Watusi #F2CAB8

Tints of Watusi #F2CAB8

Color information

#F2CAB8 (or 0xF2CAB8) is unknown color: approx Watusi. HEX triplet: F2, CA and B8. RGB value is (242,202,184). Sum of RGB (Red+Green+Blue) = 242+202+184=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAB8 is #0D3547. Grayscale: #D4D4D4. Windows color (decimal): -865608 or 12110578. OLE color: 12110578.

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

Color convert

RGB242202184-
CMYK00.170.240.05
HSL18.62º69.05%83.53%-
HSV(B)18.62º23.97%94.9%-
XYZ66.3964.5854.31-
YUV211.91112.25149.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 184 (72.27% from 255) = 29.30%
R=38.54%
G=32.17%
B=29.30%

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
Decimal24220218400.170.240.0518.6269.0583.53
HexF2CAB8011185134554
Octal36231227002130523105124
Binary111100101100101010111000010001110001011001110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAB8; }

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

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

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

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

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

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

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

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