Html Css Color HEX #F8CAB9 Watusi

📋 copy color: '#F8CAB9'

red 248 ◦ green 202 ◦ blue 185

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

Shades of Watusi #F8CAB9

Tints of Watusi #F8CAB9

RGB

 RED value IS 248 (97.27% from 255) = 39.06%

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

 BLUE value IS 185 (72.66% from 255) = 29.13%

R = 39.06%
G = 31.81%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8CAB9 (or 0xF8CAB9) is known color: Watusi. HEX triplet: F8, CA and B9. RGB value is (248,202,185). Sum of RGB (Red+Green+Blue) = 248+202+185=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAB9 is #073546. Grayscale: #D5D5D5. Windows color (decimal): -472391 or 12176120. OLE color: 12176120.

HSL color Cylindrical-coordinate representation of color #F8CAB9: hue angle of 16.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CAB9 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 185 -
CMYK 0 0.19 0.25 0.03
HSL 16.19º 0.82% 0.85% -
HSV(B) 16.19º 0.25% 0.97% -
XYZ 68.59 65.7 54.97 -
YUV 213.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 248 202 185 0 0.19 0.25 0.03 16.19 0.82 0.85
Hex F8 CA B9 0 13 19 3 10 52 55
Octal 370 312 271 0 23 31 3 20 122 125
Binary 11111000 11001010 10111001 0 10011 11001 11 10000 1010010 1010101

Color Harmonies of #F8CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAB9

Black with #F8CAB9

Text Example


Text Example

White with #F8CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAB9; }

 p { color: rgb(248,202,185); }

 H1.HeaderClassName
 {
   color: #F8CAB9;
 }
 .AnyTagClassName
 {
   color: #F8CAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(248,202,185); }

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

border-color css

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

 span { border-color: rgb(248,202,185); }

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