#F2CABB

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

Shades of Watusi #F2CABB

Tints of Watusi #F2CABB

Color information

#F2CABB (or 0xF2CABB) is unknown color: approx Watusi. HEX triplet: F2, CA and BB. RGB value is (242,202,187). Sum of RGB (Red+Green+Blue) = 242+202+187=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CABB is #0D3544. Grayscale: #D4D4D4. Windows color (decimal): -865605 or 12307186. OLE color: 12307186.

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

Color convert

RGB242202187-
CMYK00.170.230.05
HSL16.36º67.9%84.12%-
HSV(B)16.36º22.73%94.9%-
XYZ66.7164.7155.99-
YUV212.25113.75149.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=38.35%
G=32.01%
B=29.64%

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
Decimal24220218700.170.230.0516.3667.984.12
HexF2CABB011175104454
Octal36231227302127520104124
Binary111100101100101010111011010001101111011000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CABB; }

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

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

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

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

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

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

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

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