Html Css Color HEX #FAC8A7 Peach

📋 copy color: '#FAC8A7'

red 250 ◦ green 200 ◦ blue 167

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

Shades of Peach #FAC8A7

Tints of Peach #FAC8A7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.41%

 BLUE value IS 167 (65.63% from 255) = 27.07%

R = 40.52%
G = 32.41%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAC8A7 (or 0xFAC8A7) is known color: Peach. HEX triplet: FA, C8 and A7. RGB value is (250,200,167). Sum of RGB (Red+Green+Blue) = 250+200+167=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8A7 is #053758. Grayscale: #D3D3D3. Windows color (decimal): -341849 or 10995962. OLE color: 10995962.

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

Color convert

RGB 250 200 167 -
CMYK 0 0.2 0.33 0.02
HSL 23.86º 0.89% 0.82% -
HSV(B) 23.86º 0.33% 0.98% -
XYZ 67.05 64.42 45.46 -
YUV 211.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 250 200 167 0 0.2 0.33 0.02 23.86 0.89 0.82
Hex FA C8 A7 0 14 21 2 18 59 52
Octal 372 310 247 0 24 41 2 30 131 122
Binary 11111010 11001000 10100111 0 10100 100001 10 11000 1011001 1010010

Color Harmonies of #FAC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8A7

Black with #FAC8A7

Text Example


Text Example

White with #FAC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8A7; }

 p { color: rgb(250,200,167); }

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

background-color css

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

 a { background-color: rgb(250,200,167); }

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

border-color css

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

 span { border-color: rgb(250,200,167); }

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