Html Css Color HEX #FDCE93 Peach-Orange

📋 copy color: '#FDCE93'

red 253 ◦ green 206 ◦ blue 147

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

Shades of Peach-Orange #FDCE93

Tints of Peach-Orange #FDCE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.26%

R = 41.75%
G = 33.99%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDCE93 (or 0xFDCE93) is known color: Peach-Orange. HEX triplet: FD, CE and 93. RGB value is (253,206,147). Sum of RGB (Red+Green+Blue) = 253+206+147=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE93 is #02316C. Grayscale: #D5D5D5. Windows color (decimal): -143725 or 9686781. OLE color: 9686781.

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

Color convert

RGB 253 206 147 -
CMYK 0 0.19 0.42 0.01
HSL 33.4º 0.96% 0.78% -
HSV(B) 33.4º 0.42% 0.99% -
XYZ 67.85 67.13 36.99 -
YUV 213.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 253 206 147 0 0.19 0.42 0.01 33.4 0.96 0.78
Hex FD CE 93 0 13 2A 1 21 60 4E
Octal 375 316 223 0 23 52 1 41 140 116
Binary 11111101 11001110 10010011 0 10011 101010 1 100001 1100000 1001110

Color Harmonies of #FDCE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE93

Black with #FDCE93

Text Example


Text Example

White with #FDCE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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