Html Css Color HEX #FACDA5 Peach

📋 copy color: '#FACDA5'

red 250 ◦ green 205 ◦ blue 165

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

Shades of Peach #FACDA5

Tints of Peach #FACDA5

RGB

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

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

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

R = 40.32%
G = 33.06%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FACDA5 (or 0xFACDA5) is known color: Peach. HEX triplet: FA, CD and A5. RGB value is (250,205,165). Sum of RGB (Red+Green+Blue) = 250+205+165=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA5 is #05325A. Grayscale: #D6D6D6. Windows color (decimal): -340571 or 10866170. OLE color: 10866170.

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

Color convert

RGB 250 205 165 -
CMYK 0 0.18 0.34 0.02
HSL 28.24º 0.89% 0.81% -
HSV(B) 28.24º 0.34% 0.98% -
XYZ 68.05 66.7 44.89 -
YUV 213.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 250 205 165 0 0.18 0.34 0.02 28.24 0.89 0.81
Hex FA CD A5 0 12 22 2 1C 59 51
Octal 372 315 245 0 22 42 2 34 131 121
Binary 11111010 11001101 10100101 0 10010 100010 10 11100 1011001 1010001

Color Harmonies of #FACDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDA5

Black with #FACDA5

Text Example


Text Example

White with #FACDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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