Html Css Color HEX #F8C9BA Watusi

📋 copy color: '#F8C9BA'

red 248 ◦ green 201 ◦ blue 186

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

Shades of Watusi #F8C9BA

Tints of Watusi #F8C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.65%

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

R = 39.06%
G = 31.65%
B = 29.29%

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

#F8C9BA (or 0xF8C9BA) is known color: Watusi. HEX triplet: F8, C9 and BA. RGB value is (248,201,186). Sum of RGB (Red+Green+Blue) = 248+201+186=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C9BA is #073645. Grayscale: #D5D5D5. Windows color (decimal): -472646 or 12241400. OLE color: 12241400.

HSL color Cylindrical-coordinate representation of color #F8C9BA: hue angle of 14.52º 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 #F8C9BA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 186 -
CMYK 0 0.19 0.25 0.03
HSL 14.52º 0.82% 0.85% -
HSV(B) 14.52º 0.25% 0.97% -
XYZ 68.46 65.27 55.45 -
YUV 213.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 248 201 186 0 0.19 0.25 0.03 14.52 0.82 0.85
Hex F8 C9 BA 0 13 19 3 F 52 55
Octal 370 311 272 0 23 31 3 17 122 125
Binary 11111000 11001001 10111010 0 10011 11001 11 1111 1010010 1010101

Color Harmonies of #F8C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C9BA

Black with #F8C9BA

Text Example


Text Example

White with #F8C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C9BA; }

 p { color: rgb(248,201,186); }

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

background-color css

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

 a { background-color: rgb(248,201,186); }

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

border-color css

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

 span { border-color: rgb(248,201,186); }

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