Html Css Color HEX #FAC7A3 Peach

📋 copy color: '#FAC7A3'

red 250 ◦ green 199 ◦ blue 163

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

Shades of Peach #FAC7A3

Tints of Peach #FAC7A3

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.52%

 BLUE value IS 163 (64.06% from 255) = 26.63%

R = 40.85%
G = 32.52%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAC7A3 (or 0xFAC7A3) is known color: Peach. HEX triplet: FA, C7 and A3. RGB value is (250,199,163). Sum of RGB (Red+Green+Blue) = 250+199+163=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7A3 is #05385C. Grayscale: #D2D2D2. Windows color (decimal): -342109 or 10733562. OLE color: 10733562.

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

Color convert

RGB 250 199 163 -
CMYK 0 0.20 0.35 0.02
HSL 24.83º 0.9% 0.81% -
HSV(B) 24.83º 0.35% 0.98% -
XYZ 66.46 63.82 43.47 -
YUV 210.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 250 199 163 0 0.20 0.35 0.02 24.83 0.9 0.81
Hex FA C7 A3 0 14 23 2 19 5A 51
Octal 372 307 243 0 24 43 2 31 132 121
Binary 11111010 11000111 10100011 0 10100 100011 10 11001 1011010 1010001

Color Harmonies of #FAC7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7A3

Black with #FAC7A3

Text Example


Text Example

White with #FAC7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7A3; }

 p { color: rgb(250,199,163); }

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

background-color css

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

 a { background-color: rgb(250,199,163); }

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

border-color css

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

 span { border-color: rgb(250,199,163); }

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