Html Css Color HEX #FECDA5 Peach

📋 copy color: '#FECDA5'

red 254 ◦ green 205 ◦ blue 165

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

Shades of Peach #FECDA5

Tints of Peach #FECDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.44%

R = 40.71%
G = 32.85%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FECDA5 (or 0xFECDA5) is known color: Peach. HEX triplet: FE, CD and A5. RGB value is (254,205,165). Sum of RGB (Red+Green+Blue) = 254+205+165=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA5 is #01325A. Grayscale: #D7D7D7. Windows color (decimal): -78427 or 10866174. OLE color: 10866174.

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

Color convert

RGB 254 205 165 -
CMYK 0 0.19 0.35 0.00
HSL 26.97º 0.98% 0.82% -
HSV(B) 26.97º 0.35% 1% -
XYZ 69.5 67.45 44.95 -
YUV 215.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 254 205 165 0 0.19 0.35 0.00 26.97 0.98 0.82
Hex FE CD A5 0 13 23 0 1B 62 52
Octal 376 315 245 0 23 43 0 33 142 122
Binary 11111110 11001101 10100101 0 10011 100011 0 11011 1100010 1010010

Color Harmonies of #FECDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDA5

Black with #FECDA5

Text Example


Text Example

White with #FECDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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