Html Css Color HEX #F8A8AA Pale Chestnut

📋 copy color: '#F8A8AA'

red 248 ◦ green 168 ◦ blue 170

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

Shades of Pale Chestnut #F8A8AA

Tints of Pale Chestnut #F8A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.67%

 BLUE value IS 170 (66.8% from 255) = 29.01%

R = 42.32%
G = 28.67%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8A8AA (or 0xF8A8AA) is known color: Pale Chestnut. HEX triplet: F8, A8 and AA. RGB value is (248,168,170). Sum of RGB (Red+Green+Blue) = 248+168+170=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8AA is #075755. Grayscale: #C0C0C0. Windows color (decimal): -481110 or 11184376. OLE color: 11184376.

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

Color convert

RGB 248 168 170 -
CMYK 0 0.32 0.31 0.03
HSL 358.5º 0.85% 0.82% -
HSV(B) 358.5º 0.32% 0.97% -
XYZ 59.97 50.86 44.69 -
YUV 192.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 248 168 170 0 0.32 0.31 0.03 358.5 0.85 0.82
Hex F8 A8 AA 0 20 1F 3 166 55 52
Octal 370 250 252 0 40 37 3 546 125 122
Binary 11111000 10101000 10101010 0 100000 11111 11 101100110 1010101 1010010

Color Harmonies of #F8A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A8AA

Black with #F8A8AA

Text Example


Text Example

White with #F8A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A8AA; }

 p { color: rgb(248,168,170); }

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

background-color css

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

 a { background-color: rgb(248,168,170); }

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

border-color css

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

 span { border-color: rgb(248,168,170); }

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