Html Css Color HEX #FAC9A3 Peach

📋 copy color: '#FAC9A3'

red 250 ◦ green 201 ◦ blue 163

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

Shades of Peach #FAC9A3

Tints of Peach #FAC9A3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.74%

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

R = 40.72%
G = 32.74%
B = 26.55%

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

#FAC9A3 (or 0xFAC9A3) is known color: Peach. HEX triplet: FA, C9 and A3. RGB value is (250,201,163). Sum of RGB (Red+Green+Blue) = 250+201+163=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A3 is #05365C. Grayscale: #D3D3D3. Windows color (decimal): -341597 or 10734074. OLE color: 10734074.

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

Color convert

RGB 250 201 163 -
CMYK 0 0.20 0.35 0.02
HSL 26.21º 0.9% 0.81% -
HSV(B) 26.21º 0.35% 0.98% -
XYZ 66.92 64.74 43.62 -
YUV 211.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 250 201 163 0 0.20 0.35 0.02 26.21 0.9 0.81
Hex FA C9 A3 0 14 23 2 1A 5A 51
Octal 372 311 243 0 24 43 2 32 132 121
Binary 11111010 11001001 10100011 0 10100 100011 10 11010 1011010 1010001

Color Harmonies of #FAC9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9A3

Black with #FAC9A3

Text Example


Text Example

White with #FAC9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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