Html Css Color HEX #FAC9A8 Peach

📋 copy color: '#FAC9A8'

red 250 ◦ green 201 ◦ blue 168

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

Shades of Peach #FAC9A8

Tints of Peach #FAC9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.14%

R = 40.39%
G = 32.47%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAC9A8 (or 0xFAC9A8) is known color: Peach. HEX triplet: FA, C9 and A8. RGB value is (250,201,168). Sum of RGB (Red+Green+Blue) = 250+201+168=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A8 is #053657. Grayscale: #D4D4D4. Windows color (decimal): -341592 or 11061754. OLE color: 11061754.

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

Color convert

RGB 250 201 168 -
CMYK 0 0.20 0.33 0.02
HSL 24.15º 0.89% 0.82% -
HSV(B) 24.15º 0.33% 0.98% -
XYZ 67.38 64.92 46.03 -
YUV 211.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 250 201 168 0 0.20 0.33 0.02 24.15 0.89 0.82
Hex FA C9 A8 0 14 21 2 18 59 52
Octal 372 311 250 0 24 41 2 30 131 122
Binary 11111010 11001001 10101000 0 10100 100001 10 11000 1011001 1010010

Color Harmonies of #FAC9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9A8

Black with #FAC9A8

Text Example


Text Example

White with #FAC9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9A8; }

 p { color: rgb(250,201,168); }

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

background-color css

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

 a { background-color: rgb(250,201,168); }

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

border-color css

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

 span { border-color: rgb(250,201,168); }

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