Html Css Color HEX #FDCEA6 Peach

📋 copy color: '#FDCEA6'

red 253 ◦ green 206 ◦ blue 166

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

Shades of Peach #FDCEA6

Tints of Peach #FDCEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.56%

R = 40.48%
G = 32.96%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDCEA6 (or 0xFDCEA6) is known color: Peach. HEX triplet: FD, CE and A6. RGB value is (253,206,166). Sum of RGB (Red+Green+Blue) = 253+206+166=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA6 is #023159. Grayscale: #D7D7D7. Windows color (decimal): -143706 or 10931965. OLE color: 10931965.

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

Color convert

RGB 253 206 166 -
CMYK 0 0.19 0.34 0.01
HSL 27.59º 0.96% 0.82% -
HSV(B) 27.59º 0.34% 0.99% -
XYZ 69.46 67.78 45.5 -
YUV 215.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 253 206 166 0 0.19 0.34 0.01 27.59 0.96 0.82
Hex FD CE A6 0 13 22 1 1C 60 52
Octal 375 316 246 0 23 42 1 34 140 122
Binary 11111101 11001110 10100110 0 10011 100010 1 11100 1100000 1010010

Color Harmonies of #FDCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEA6

Black with #FDCEA6

Text Example


Text Example

White with #FDCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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