Html Css Color HEX #FAC4A6 Peach

📋 copy color: '#FAC4A6'

red 250 ◦ green 196 ◦ blue 166

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

Shades of Peach #FAC4A6

Tints of Peach #FAC4A6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.03%

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

R = 40.85%
G = 32.03%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAC4A6 (or 0xFAC4A6) is known color: Peach. HEX triplet: FA, C4 and A6. RGB value is (250,196,166). Sum of RGB (Red+Green+Blue) = 250+196+166=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A6 is #053B59. Grayscale: #D0D0D0. Windows color (decimal): -342874 or 10929402. OLE color: 10929402.

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

Color convert

RGB 250 196 166 -
CMYK 0 0.22 0.34 0.02
HSL 21.43º 0.89% 0.82% -
HSV(B) 21.43º 0.34% 0.98% -
XYZ 66.05 62.56 44.67 -
YUV 208.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 250 196 166 0 0.22 0.34 0.02 21.43 0.89 0.82
Hex FA C4 A6 0 16 22 2 15 59 52
Octal 372 304 246 0 26 42 2 25 131 122
Binary 11111010 11000100 10100110 0 10110 100010 10 10101 1011001 1010010

Color Harmonies of #FAC4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4A6

Black with #FAC4A6

Text Example


Text Example

White with #FAC4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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