Html Css Color HEX #FECDA1 Peach

📋 copy color: '#FECDA1'

red 254 ◦ green 205 ◦ blue 161

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

Shades of Peach #FECDA1

Tints of Peach #FECDA1

RGB

 RED value IS 254 (99.61% from 255) = 40.97%

 GREEN value IS 205 (80.47% from 255) = 33.06%

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

R = 40.97%
G = 33.06%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FECDA1 (or 0xFECDA1) is known color: Peach. HEX triplet: FE, CD and A1. RGB value is (254,205,161). Sum of RGB (Red+Green+Blue) = 254+205+161=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA1 is #01325E. Grayscale: #D6D6D6. Windows color (decimal): -78431 or 10604030. OLE color: 10604030.

HSL color Cylindrical-coordinate representation of color #FECDA1: hue angle of 28.39º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FECDA1 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 161 -
CMYK 0 0.19 0.37 0.00
HSL 28.39º 0.98% 0.81% -
HSV(B) 28.39º 0.37% 1% -
XYZ 69.14 67.31 43.07 -
YUV 214.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 254 205 161 0 0.19 0.37 0.00 28.39 0.98 0.81
Hex FE CD A1 0 13 25 0 1C 62 51
Octal 376 315 241 0 23 45 0 34 142 121
Binary 11111110 11001101 10100001 0 10011 100101 0 11100 1100010 1010001

Color Harmonies of #FECDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDA1

Black with #FECDA1

Text Example


Text Example

White with #FECDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDA1; }

 p { color: rgb(254,205,161); }

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

background-color css

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

 a { background-color: rgb(254,205,161); }

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

border-color css

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

 span { border-color: rgb(254,205,161); }

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