Html Css Color HEX #FAC5A6 Peach

📋 copy color: '#FAC5A6'

red 250 ◦ green 197 ◦ blue 166

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

Shades of Peach #FAC5A6

Tints of Peach #FAC5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.08%

R = 40.78%
G = 32.14%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAC5A6 (or 0xFAC5A6) is known color: Peach. HEX triplet: FA, C5 and A6. RGB value is (250,197,166). Sum of RGB (Red+Green+Blue) = 250+197+166=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5A6 is #053A59. Grayscale: #D1D1D1. Windows color (decimal): -342618 or 10929658. OLE color: 10929658.

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

Color convert

RGB 250 197 166 -
CMYK 0 0.21 0.34 0.02
HSL 22.14º 0.89% 0.82% -
HSV(B) 22.14º 0.34% 0.98% -
XYZ 66.27 63.01 44.75 -
YUV 209.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 250 197 166 0 0.21 0.34 0.02 22.14 0.89 0.82
Hex FA C5 A6 0 15 22 2 16 59 52
Octal 372 305 246 0 25 42 2 26 131 122
Binary 11111010 11000101 10100110 0 10101 100010 10 10110 1011001 1010010

Color Harmonies of #FAC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5A6

Black with #FAC5A6

Text Example


Text Example

White with #FAC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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