Html Css Color HEX #F8C5A9 Peach

📋 copy color: '#F8C5A9'

red 248 ◦ green 197 ◦ blue 169

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

Shades of Peach #F8C5A9

Tints of Peach #F8C5A9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.08%

 BLUE value IS 169 (66.41% from 255) = 27.52%

R = 40.39%
G = 32.08%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F8C5A9 (or 0xF8C5A9) is known color: Peach. HEX triplet: F8, C5 and A9. RGB value is (248,197,169). Sum of RGB (Red+Green+Blue) = 248+197+169=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C5A9 is #073A56. Grayscale: #D1D1D1. Windows color (decimal): -473687 or 11126264. OLE color: 11126264.

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

Color convert

RGB 248 197 169 -
CMYK 0 0.21 0.32 0.03
HSL 21.27º 0.85% 0.82% -
HSV(B) 21.27º 0.32% 0.97% -
XYZ 65.84 62.75 46.18 -
YUV 209.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 248 197 169 0 0.21 0.32 0.03 21.27 0.85 0.82
Hex F8 C5 A9 0 15 20 3 15 55 52
Octal 370 305 251 0 25 40 3 25 125 122
Binary 11111000 11000101 10101001 0 10101 100000 11 10101 1010101 1010010

Color Harmonies of #F8C5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5A9

Black with #F8C5A9

Text Example


Text Example

White with #F8C5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5A9; }

 p { color: rgb(248,197,169); }

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

background-color css

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

 a { background-color: rgb(248,197,169); }

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

border-color css

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

 span { border-color: rgb(248,197,169); }

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