Html Css Color HEX #FACEA5 Peach

📋 copy color: '#FACEA5'

red 250 ◦ green 206 ◦ blue 165

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

Shades of Peach #FACEA5

Tints of Peach #FACEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 40.26%
G = 33.17%
B = 26.57%

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

#FACEA5 (or 0xFACEA5) is known color: Peach. HEX triplet: FA, CE and A5. RGB value is (250,206,165). Sum of RGB (Red+Green+Blue) = 250+206+165=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEA5 is #05315A. Grayscale: #D6D6D6. Windows color (decimal): -340315 or 10866426. OLE color: 10866426.

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

Color convert

RGB 250 206 165 -
CMYK 0 0.18 0.34 0.02
HSL 28.94º 0.89% 0.81% -
HSV(B) 28.94º 0.34% 0.98% -
XYZ 68.29 67.18 44.97 -
YUV 214.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 250 206 165 0 0.18 0.34 0.02 28.94 0.89 0.81
Hex FA CE A5 0 12 22 2 1D 59 51
Octal 372 316 245 0 22 42 2 35 131 121
Binary 11111010 11001110 10100101 0 10010 100010 10 11101 1011001 1010001

Color Harmonies of #FACEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEA5

Black with #FACEA5

Text Example


Text Example

White with #FACEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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