Html Css Color HEX #FACEA4 Peach

📋 copy color: '#FACEA4'

red 250 ◦ green 206 ◦ blue 164

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

Shades of Peach #FACEA4

Tints of Peach #FACEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.45%

R = 40.32%
G = 33.23%
B = 26.45%

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

#FACEA4 (or 0xFACEA4) is known color: Peach. HEX triplet: FA, CE and A4. RGB value is (250,206,164). Sum of RGB (Red+Green+Blue) = 250+206+164=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEA4 is #05315B. Grayscale: #D6D6D6. Windows color (decimal): -340316 or 10800890. OLE color: 10800890.

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

Color convert

RGB 250 206 164 -
CMYK 0 0.18 0.34 0.02
HSL 29.3º 0.9% 0.81% -
HSV(B) 29.3º 0.34% 0.98% -
XYZ 68.2 67.15 44.49 -
YUV 214.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 250 206 164 0 0.18 0.34 0.02 29.3 0.9 0.81
Hex FA CE A4 0 12 22 2 1D 5A 51
Octal 372 316 244 0 22 42 2 35 132 121
Binary 11111010 11001110 10100100 0 10010 100010 10 11101 1011010 1010001

Color Harmonies of #FACEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEA4

Black with #FACEA4

Text Example


Text Example

White with #FACEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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