#F5CABE

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

Shades of Watusi #F5CABE

Tints of Watusi #F5CABE

Color information

#F5CABE (or 0xF5CABE) is unknown color: approx Watusi. HEX triplet: F5, CA and BE. RGB value is (245,202,190). Sum of RGB (Red+Green+Blue) = 245+202+190=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CABE is #0A3541. Grayscale: #D5D5D5. Windows color (decimal): -668994 or 12503797. OLE color: 12503797.

HSL color Cylindrical-coordinate representation of color #F5CABE: hue angle of 13.09º 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 #F5CABE is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245202190-
CMYK00.180.220.04
HSL13.09º73.33%85.29%-
HSV(B)13.09º22.45%96.08%-
XYZ68.0765.3757.75-
YUV213.49114.75150.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=38.46%
G=31.71%
B=29.83%

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
Decimal24520219000.180.220.0413.0973.3385.29
HexF5CABE012164d4955
Octal36531227602226415111125
Binary11110101110010101011111001001010110100110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CABE; }

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

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

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

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

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

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

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

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