Html Css Color HEX #FDCEA1 Peach

📋 copy color: '#FDCEA1'

red 253 ◦ green 206 ◦ blue 161

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

Shades of Peach #FDCEA1

Tints of Peach #FDCEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.97%

R = 40.81%
G = 33.23%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDCEA1 (or 0xFDCEA1) is known color: Peach. HEX triplet: FD, CE and A1. RGB value is (253,206,161). Sum of RGB (Red+Green+Blue) = 253+206+161=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA1 is #02315E. Grayscale: #D7D7D7. Windows color (decimal): -143711 or 10604285. OLE color: 10604285.

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

Color convert

RGB 253 206 161 -
CMYK 0 0.19 0.36 0.01
HSL 29.35º 0.96% 0.81% -
HSV(B) 29.35º 0.36% 0.99% -
XYZ 69.01 67.6 43.13 -
YUV 214.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 253 206 161 0 0.19 0.36 0.01 29.35 0.96 0.81
Hex FD CE A1 0 13 24 1 1D 60 51
Octal 375 316 241 0 23 44 1 35 140 121
Binary 11111101 11001110 10100001 0 10011 100100 1 11101 1100000 1010001

Color Harmonies of #FDCEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEA1

Black with #FDCEA1

Text Example


Text Example

White with #FDCEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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