Html Css Color HEX #FAC9A9 Peach

📋 copy color: '#FAC9A9'

red 250 ◦ green 201 ◦ blue 169

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

Shades of Peach #FAC9A9

Tints of Peach #FAC9A9

RGB

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

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

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

R = 40.32%
G = 32.42%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC9A9 (or 0xFAC9A9) is known color: Peach. HEX triplet: FA, C9 and A9. RGB value is (250,201,169). Sum of RGB (Red+Green+Blue) = 250+201+169=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A9 is #053656. Grayscale: #D4D4D4. Windows color (decimal): -341591 or 11127290. OLE color: 11127290.

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

Color convert

RGB 250 201 169 -
CMYK 0 0.20 0.32 0.02
HSL 23.7º 0.89% 0.82% -
HSV(B) 23.7º 0.32% 0.98% -
XYZ 67.47 64.96 46.52 -
YUV 212 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 250 201 169 0 0.20 0.32 0.02 23.7 0.89 0.82
Hex FA C9 A9 0 14 20 2 18 59 52
Octal 372 311 251 0 24 40 2 30 131 122
Binary 11111010 11001001 10101001 0 10100 100000 10 11000 1011001 1010010

Color Harmonies of #FAC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9A9

Black with #FAC9A9

Text Example


Text Example

White with #FAC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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