Html Css Color HEX #FACDA0 Peach-Orange

📋 copy color: '#FACDA0'

red 250 ◦ green 205 ◦ blue 160

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

Shades of Peach-Orange #FACDA0

Tints of Peach-Orange #FACDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.02%

R = 40.65%
G = 33.33%
B = 26.02%

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

#FACDA0 (or 0xFACDA0) is known color: Peach-Orange. HEX triplet: FA, CD and A0. RGB value is (250,205,160). Sum of RGB (Red+Green+Blue) = 250+205+160=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA0 is #05325F. Grayscale: #D5D5D5. Windows color (decimal): -340576 or 10538490. OLE color: 10538490.

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

Color convert

RGB 250 205 160 -
CMYK 0 0.18 0.36 0.02
HSL 30º 0.9% 0.8% -
HSV(B) 30º 0.36% 0.98% -
XYZ 67.6 66.52 42.54 -
YUV 213.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 250 205 160 0 0.18 0.36 0.02 30 0.9 0.8
Hex FA CD A0 0 12 24 2 1E 5A 50
Octal 372 315 240 0 22 44 2 36 132 120
Binary 11111010 11001101 10100000 0 10010 100100 10 11110 1011010 1010000

Color Harmonies of #FACDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDA0

Black with #FACDA0

Text Example


Text Example

White with #FACDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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