Html Css Color HEX #FACAA6 Peach

📋 copy color: '#FACAA6'

red 250 ◦ green 202 ◦ blue 166

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

Shades of Peach #FACAA6

Tints of Peach #FACAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.69%

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

R = 40.45%
G = 32.69%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FACAA6 (or 0xFACAA6) is known color: Peach. HEX triplet: FA, CA and A6. RGB value is (250,202,166). Sum of RGB (Red+Green+Blue) = 250+202+166=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAA6 is #053559. Grayscale: #D4D4D4. Windows color (decimal): -341338 or 10930938. OLE color: 10930938.

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

Color convert

RGB 250 202 166 -
CMYK 0 0.19 0.34 0.02
HSL 25.71º 0.89% 0.82% -
HSV(B) 25.71º 0.34% 0.98% -
XYZ 67.43 65.32 45.13 -
YUV 212.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 250 202 166 0 0.19 0.34 0.02 25.71 0.89 0.82
Hex FA CA A6 0 13 22 2 1A 59 52
Octal 372 312 246 0 23 42 2 32 131 122
Binary 11111010 11001010 10100110 0 10011 100010 10 11010 1011001 1010010

Color Harmonies of #FACAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAA6

Black with #FACAA6

Text Example


Text Example

White with #FACAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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