Html Css Color HEX #FACDA9 Peach

📋 copy color: '#FACDA9'

red 250 ◦ green 205 ◦ blue 169

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

Shades of Peach #FACDA9

Tints of Peach #FACDA9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.85%

 BLUE value IS 169 (66.41% from 255) = 27.08%

R = 40.06%
G = 32.85%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FACDA9 (or 0xFACDA9) is known color: Peach. HEX triplet: FA, CD and A9. RGB value is (250,205,169). Sum of RGB (Red+Green+Blue) = 250+205+169=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA9 is #053256. Grayscale: #D6D6D6. Windows color (decimal): -340567 or 11128314. OLE color: 11128314.

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

Color convert

RGB 250 205 169 -
CMYK 0 0.18 0.32 0.02
HSL 26.67º 0.89% 0.82% -
HSV(B) 26.67º 0.32% 0.98% -
XYZ 68.42 66.85 46.83 -
YUV 214.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 250 205 169 0 0.18 0.32 0.02 26.67 0.89 0.82
Hex FA CD A9 0 12 20 2 1B 59 52
Octal 372 315 251 0 22 40 2 33 131 122
Binary 11111010 11001101 10101001 0 10010 100000 10 11011 1011001 1010010

Color Harmonies of #FACDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDA9

Black with #FACDA9

Text Example


Text Example

White with #FACDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDA9; }

 p { color: rgb(250,205,169); }

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

background-color css

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

 a { background-color: rgb(250,205,169); }

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

border-color css

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

 span { border-color: rgb(250,205,169); }

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