Html Css Color HEX #FECFA9 Peach

📋 copy color: '#FECFA9'

red 254 ◦ green 207 ◦ blue 169

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

Shades of Peach #FECFA9

Tints of Peach #FECFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.86%

 BLUE value IS 169 (66.41% from 255) = 26.83%

R = 40.32%
G = 32.86%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FECFA9 (or 0xFECFA9) is known color: Peach. HEX triplet: FE, CF and A9. RGB value is (254,207,169). Sum of RGB (Red+Green+Blue) = 254+207+169=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA9 is #013056. Grayscale: #D8D8D8. Windows color (decimal): -77911 or 11128830. OLE color: 11128830.

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

Color convert

RGB 254 207 169 -
CMYK 0 0.19 0.33 0.00
HSL 26.82º 0.98% 0.83% -
HSV(B) 26.82º 0.33% 1% -
XYZ 70.35 68.56 47.06 -
YUV 216.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 254 207 169 0 0.19 0.33 0.00 26.82 0.98 0.83
Hex FE CF A9 0 13 21 0 1B 62 53
Octal 376 317 251 0 23 41 0 33 142 123
Binary 11111110 11001111 10101001 0 10011 100001 0 11011 1100010 1010011

Color Harmonies of #FECFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFA9

Black with #FECFA9

Text Example


Text Example

White with #FECFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFA9; }

 p { color: rgb(254,207,169); }

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

background-color css

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

 a { background-color: rgb(254,207,169); }

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

border-color css

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

 span { border-color: rgb(254,207,169); }

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