#F5CABF

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

Shades of Watusi #F5CABF

Tints of Watusi #F5CABF

Color information

#F5CABF (or 0xF5CABF) is unknown color: approx Watusi. HEX triplet: F5, CA and BF. RGB value is (245,202,191). Sum of RGB (Red+Green+Blue) = 245+202+191=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CABF is #0A3540. Grayscale: #D5D5D5. Windows color (decimal): -668993 or 12569333. OLE color: 12569333.

HSL color Cylindrical-coordinate representation of color #F5CABF: hue angle of 12.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5CABF is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245202191-
CMYK00.180.220.04
HSL12.22º72.97%85.49%-
HSV(B)12.22º22.04%96.08%-
XYZ68.1865.4258.32-
YUV213.6115.25150.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 191 (75% from 255) = 29.94%
R=38.40%
G=31.66%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520219100.180.220.0412.2272.9785.49
HexF5CABF012164c4955
Octal36531227702226414111125
Binary11110101110010101011111101001010110100110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CABF; }

 p { color: rgb(245,202,191); }

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

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

 a { background-color: rgb(245,202,191); }

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

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

 span { border-color: rgb(245,202,191); }

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