#F5CABD

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

Shades of Watusi #F5CABD

Tints of Watusi #F5CABD

Color information

#F5CABD (or 0xF5CABD) is unknown color: approx Watusi. HEX triplet: F5, CA and BD. RGB value is (245,202,189). Sum of RGB (Red+Green+Blue) = 245+202+189=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CABD is #0A3542. Grayscale: #D5D5D5. Windows color (decimal): -668995 or 12438261. OLE color: 12438261.

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

Color convert

RGB245202189-
CMYK00.180.230.04
HSL13.93º73.68%85.1%-
HSV(B)13.93º22.86%96.08%-
XYZ67.9665.3357.17-
YUV213.38114.25150.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=38.52%
G=31.76%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520218900.180.230.0413.9373.6885.1
HexF5CABD012174e4a55
Octal36531227502227416112125
Binary11110101110010101011110101001010111100111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CABD; }

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

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

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

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

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

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

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

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