Html Css Color HEX #FAC5A9 Peach

📋 copy color: '#FAC5A9'

red 250 ◦ green 197 ◦ blue 169

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

Shades of Peach #FAC5A9

Tints of Peach #FAC5A9

RGB

 RED value IS 250 (98.05% from 255) = 40.58%

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

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

R = 40.58%
G = 31.98%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC5A9 (or 0xFAC5A9) is known color: Peach. HEX triplet: FA, C5 and A9. RGB value is (250,197,169). Sum of RGB (Red+Green+Blue) = 250+197+169=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5A9 is #053A56. Grayscale: #D1D1D1. Windows color (decimal): -342615 or 11126266. OLE color: 11126266.

HSL color Cylindrical-coordinate representation of color #FAC5A9: hue angle of 20.74º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC5A9 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 169 -
CMYK 0 0.21 0.32 0.02
HSL 20.74º 0.89% 0.82% -
HSV(B) 20.74º 0.32% 0.98% -
XYZ 66.55 63.12 46.21 -
YUV 209.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 250 197 169 0 0.21 0.32 0.02 20.74 0.89 0.82
Hex FA C5 A9 0 15 20 2 15 59 52
Octal 372 305 251 0 25 40 2 25 131 122
Binary 11111010 11000101 10101001 0 10101 100000 10 10101 1011001 1010010

Color Harmonies of #FAC5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5A9

Black with #FAC5A9

Text Example


Text Example

White with #FAC5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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