Html Css Color HEX #FACD9C Peach-Orange

📋 copy color: '#FACD9C'

red 250 ◦ green 205 ◦ blue 156

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

Shades of Peach-Orange #FACD9C

Tints of Peach-Orange #FACD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.53%

R = 40.92%
G = 33.55%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FACD9C (or 0xFACD9C) is known color: Peach-Orange. HEX triplet: FA, CD and 9C. RGB value is (250,205,156). Sum of RGB (Red+Green+Blue) = 250+205+156=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9C is #053263. Grayscale: #D5D5D5. Windows color (decimal): -340580 or 10276346. OLE color: 10276346.

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

Color convert

RGB 250 205 156 -
CMYK 0 0.18 0.38 0.02
HSL 31.28º 0.9% 0.8% -
HSV(B) 31.28º 0.38% 0.98% -
XYZ 67.26 66.39 40.72 -
YUV 212.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 250 205 156 0 0.18 0.38 0.02 31.28 0.9 0.8
Hex FA CD 9C 0 12 26 2 1F 5A 50
Octal 372 315 234 0 22 46 2 37 132 120
Binary 11111010 11001101 10011100 0 10010 100110 10 11111 1011010 1010000

Color Harmonies of #FACD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD9C

Black with #FACD9C

Text Example


Text Example

White with #FACD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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