Html Css Color HEX #FDCE8D Peach-Orange

📋 copy color: '#FDCE8D'

red 253 ◦ green 206 ◦ blue 141

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

Shades of Peach-Orange #FDCE8D

Tints of Peach-Orange #FDCE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.5%

R = 42.17%
G = 34.33%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDCE8D (or 0xFDCE8D) is known color: Peach-Orange. HEX triplet: FD, CE and 8D. RGB value is (253,206,141). Sum of RGB (Red+Green+Blue) = 253+206+141=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE8D is #023172. Grayscale: #D4D4D4. Windows color (decimal): -143731 or 9293565. OLE color: 9293565.

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

Color convert

RGB 253 206 141 -
CMYK 0 0.19 0.44 0.01
HSL 34.82º 0.97% 0.77% -
HSV(B) 34.82º 0.44% 0.99% -
XYZ 67.39 66.95 34.57 -
YUV 212.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 253 206 141 0 0.19 0.44 0.01 34.82 0.97 0.77
Hex FD CE 8D 0 13 2C 1 23 61 4D
Octal 375 316 215 0 23 54 1 43 141 115
Binary 11111101 11001110 10001101 0 10011 101100 1 100011 1100001 1001101

Color Harmonies of #FDCE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE8D

Black with #FDCE8D

Text Example


Text Example

White with #FDCE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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