Html Css Color HEX #F5CABF Watusi

📋 copy color: '#F5CABF'

red 245 ◦ green 202 ◦ blue 191

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

Shades of Watusi #F5CABF

Tints of Watusi #F5CABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.94%

R = 38.4%
G = 31.66%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

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

RGB 245 202 191 -
CMYK 0 0.18 0.22 0.04
HSL 12.22º 0.73% 0.85% -
HSV(B) 12.22º 0.22% 0.96% -
XYZ 68.18 65.42 58.32 -
YUV 213.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 245 202 191 0 0.18 0.22 0.04 12.22 0.73 0.85
Hex F5 CA BF 0 12 16 4 C 49 55
Octal 365 312 277 0 22 26 4 14 111 125
Binary 11110101 11001010 10111111 0 10010 10110 100 1100 1001001 1010101

Color Harmonies of #F5CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CABF

Black with #F5CABF

Text Example


Text Example

White with #F5CABF

Text Example


Text Example

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