Html Css Color HEX #FACEA6 Peach

📋 copy color: '#FACEA6'

red 250 ◦ green 206 ◦ blue 166

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

Shades of Peach #FACEA6

Tints of Peach #FACEA6

RGB

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

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

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

R = 40.19%
G = 33.12%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FACEA6 (or 0xFACEA6) is known color: Peach. HEX triplet: FA, CE and A6. RGB value is (250,206,166). Sum of RGB (Red+Green+Blue) = 250+206+166=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEA6 is #053159. Grayscale: #D6D6D6. Windows color (decimal): -340314 or 10931962. OLE color: 10931962.

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

Color convert

RGB 250 206 166 -
CMYK 0 0.18 0.34 0.02
HSL 28.57º 0.89% 0.82% -
HSV(B) 28.57º 0.34% 0.98% -
XYZ 68.38 67.22 45.45 -
YUV 214.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 250 206 166 0 0.18 0.34 0.02 28.57 0.89 0.82
Hex FA CE A6 0 12 22 2 1D 59 52
Octal 372 316 246 0 22 42 2 35 131 122
Binary 11111010 11001110 10100110 0 10010 100010 10 11101 1011001 1010010

Color Harmonies of #FACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEA6

Black with #FACEA6

Text Example


Text Example

White with #FACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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