Html Css Color HEX #FACD9F Peach-Orange

📋 copy color: '#FACD9F'

red 250 ◦ green 205 ◦ blue 159

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

Shades of Peach-Orange #FACD9F

Tints of Peach-Orange #FACD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.9%

R = 40.72%
G = 33.39%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FACD9F (or 0xFACD9F) is known color: Peach-Orange. HEX triplet: FA, CD and 9F. RGB value is (250,205,159). Sum of RGB (Red+Green+Blue) = 250+205+159=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9F is #053260. Grayscale: #D5D5D5. Windows color (decimal): -340577 or 10472954. OLE color: 10472954.

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

Color convert

RGB 250 205 159 -
CMYK 0 0.18 0.36 0.02
HSL 30.33º 0.9% 0.8% -
HSV(B) 30.33º 0.36% 0.98% -
XYZ 67.51 66.49 42.08 -
YUV 213.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 250 205 159 0 0.18 0.36 0.02 30.33 0.9 0.8
Hex FA CD 9F 0 12 24 2 1E 5A 50
Octal 372 315 237 0 22 44 2 36 132 120
Binary 11111010 11001101 10011111 0 10010 100100 10 11110 1011010 1010000

Color Harmonies of #FACD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD9F

Black with #FACD9F

Text Example


Text Example

White with #FACD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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