#F5CABA

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

Shades of Watusi #F5CABA

Tints of Watusi #F5CABA

Color information

#F5CABA (or 0xF5CABA) is unknown color: approx Watusi. HEX triplet: F5, CA and BA. RGB value is (245,202,186). Sum of RGB (Red+Green+Blue) = 245+202+186=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CABA is #0A3545. Grayscale: #D5D5D5. Windows color (decimal): -668998 or 12241653. OLE color: 12241653.

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

Color convert

RGB245202186-
CMYK00.180.240.04
HSL16.27º74.68%84.51%-
HSV(B)16.27º24.08%96.08%-
XYZ67.6465.255.47-
YUV213.03112.75150.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=38.70%
G=31.91%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520218600.180.240.0416.2774.6884.51
HexF5CABA012184104b55
Octal36531227202230420113125
Binary111101011100101010111010010010110001001000010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CABA; }

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

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

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

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

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

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

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

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