Html Css Color HEX #FAC8A5 Peach

📋 copy color: '#FAC8A5'

red 250 ◦ green 200 ◦ blue 165

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

Shades of Peach #FAC8A5

Tints of Peach #FAC8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.83%

R = 40.65%
G = 32.52%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAC8A5 (or 0xFAC8A5) is known color: Peach. HEX triplet: FA, C8 and A5. RGB value is (250,200,165). Sum of RGB (Red+Green+Blue) = 250+200+165=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8A5 is #05375A. Grayscale: #D3D3D3. Windows color (decimal): -341851 or 10864890. OLE color: 10864890.

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

Color convert

RGB 250 200 165 -
CMYK 0 0.2 0.34 0.02
HSL 24.71º 0.89% 0.81% -
HSV(B) 24.71º 0.34% 0.98% -
XYZ 66.87 64.35 44.49 -
YUV 210.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 250 200 165 0 0.2 0.34 0.02 24.71 0.89 0.81
Hex FA C8 A5 0 14 22 2 19 59 51
Octal 372 310 245 0 24 42 2 31 131 121
Binary 11111010 11001000 10100101 0 10100 100010 10 11001 1011001 1010001

Color Harmonies of #FAC8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8A5

Black with #FAC8A5

Text Example


Text Example

White with #FAC8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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