Html Css Color HEX #FDCEA0 Peach-Orange

📋 copy color: '#FDCEA0'

red 253 ◦ green 206 ◦ blue 160

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

Shades of Peach-Orange #FDCEA0

Tints of Peach-Orange #FDCEA0

RGB

 RED value IS 253 (99.22% from 255) = 40.87%

 GREEN value IS 206 (80.86% from 255) = 33.28%

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

R = 40.87%
G = 33.28%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDCEA0 (or 0xFDCEA0) is known color: Peach-Orange. HEX triplet: FD, CE and A0. RGB value is (253,206,160). Sum of RGB (Red+Green+Blue) = 253+206+160=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA0 is #02315F. Grayscale: #D7D7D7. Windows color (decimal): -143712 or 10538749. OLE color: 10538749.

HSL color Cylindrical-coordinate representation of color #FDCEA0: hue angle of 29.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDCEA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 160 -
CMYK 0 0.19 0.37 0.01
HSL 29.68º 0.96% 0.81% -
HSV(B) 29.68º 0.37% 0.99% -
XYZ 68.92 67.56 42.67 -
YUV 214.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 253 206 160 0 0.19 0.37 0.01 29.68 0.96 0.81
Hex FD CE A0 0 13 25 1 1E 60 51
Octal 375 316 240 0 23 45 1 36 140 121
Binary 11111101 11001110 10100000 0 10011 100101 1 11110 1100000 1010001

Color Harmonies of #FDCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEA0

Black with #FDCEA0

Text Example


Text Example

White with #FDCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEA0; }

 p { color: rgb(253,206,160); }

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

background-color css

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

 a { background-color: rgb(253,206,160); }

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

border-color css

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

 span { border-color: rgb(253,206,160); }

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