Html Css Color HEX #FDCEAA Peach

📋 copy color: '#FDCEAA'

red 253 ◦ green 206 ◦ blue 170

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

Shades of Peach #FDCEAA

Tints of Peach #FDCEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 40.22%
G = 32.75%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDCEAA (or 0xFDCEAA) is known color: Peach. HEX triplet: FD, CE and AA. RGB value is (253,206,170). Sum of RGB (Red+Green+Blue) = 253+206+170=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAA is #023155. Grayscale: #D8D8D8. Windows color (decimal): -143702 or 11194109. OLE color: 11194109.

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

Color convert

RGB 253 206 170 -
CMYK 0 0.19 0.33 0.01
HSL 26.02º 0.95% 0.83% -
HSV(B) 26.02º 0.33% 0.99% -
XYZ 69.84 67.93 47.46 -
YUV 215.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 253 206 170 0 0.19 0.33 0.01 26.02 0.95 0.83
Hex FD CE AA 0 13 21 1 1A 5F 53
Octal 375 316 252 0 23 41 1 32 137 123
Binary 11111101 11001110 10101010 0 10011 100001 1 11010 1011111 1010011

Color Harmonies of #FDCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEAA

Black with #FDCEAA

Text Example


Text Example

White with #FDCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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