Html Css Color HEX #FACEAA Peach

📋 copy color: '#FACEAA'

red 250 ◦ green 206 ◦ blue 170

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

Shades of Peach #FACEAA

Tints of Peach #FACEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.91%

 BLUE value IS 170 (66.8% from 255) = 27.16%

R = 39.94%
G = 32.91%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FACEAA (or 0xFACEAA) is known color: Peach. HEX triplet: FA, CE and AA. RGB value is (250,206,170). Sum of RGB (Red+Green+Blue) = 250+206+170=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEAA is #053155. Grayscale: #D7D7D7. Windows color (decimal): -340310 or 11194106. OLE color: 11194106.

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

Color convert

RGB 250 206 170 -
CMYK 0 0.18 0.32 0.02
HSL 27º 0.89% 0.82% -
HSV(B) 27º 0.32% 0.98% -
XYZ 68.75 67.37 47.41 -
YUV 215.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 250 206 170 0 0.18 0.32 0.02 27 0.89 0.82
Hex FA CE AA 0 12 20 2 1B 59 52
Octal 372 316 252 0 22 40 2 33 131 122
Binary 11111010 11001110 10101010 0 10010 100000 10 11011 1011001 1010010

Color Harmonies of #FACEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEAA

Black with #FACEAA

Text Example


Text Example

White with #FACEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEAA; }

 p { color: rgb(250,206,170); }

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

background-color css

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

 a { background-color: rgb(250,206,170); }

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

border-color css

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

 span { border-color: rgb(250,206,170); }

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