Html Css Color HEX #F5CABA Watusi

📋 copy color: '#F5CABA'

red 245 ◦ green 202 ◦ blue 186

#F5CABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #F5CABA

Tints of Watusi #F5CABA

RGB

 RED value IS 245 (96.09% from 255) = 38.7%

 GREEN value IS 202 (79.3% from 255) = 31.91%

 BLUE value IS 186 (73.05% from 255) = 29.38%

R = 38.7%
G = 31.91%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5CABA (or 0xF5CABA) is known color: 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

RGB 245 202 186 -
CMYK 0 0.18 0.24 0.04
HSL 16.27º 0.75% 0.85% -
HSV(B) 16.27º 0.24% 0.96% -
XYZ 67.64 65.2 55.47 -
YUV 213.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 245 202 186 0 0.18 0.24 0.04 16.27 0.75 0.85
Hex F5 CA BA 0 12 18 4 10 4B 55
Octal 365 312 272 0 22 30 4 20 113 125
Binary 11110101 11001010 10111010 0 10010 11000 100 10000 1001011 1010101

Color Harmonies of #F5CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CABA

Black with #F5CABA

Text Example


Text Example

White with #F5CABA

Text Example


Text Example

HTML Codes & Css Web 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>