Html Css Color HEX #FECC9F Peach

📋 copy color: '#FECC9F'

red 254 ◦ green 204 ◦ blue 159

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

Shades of Peach #FECC9F

Tints of Peach #FECC9F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

 BLUE value IS 159 (62.5% from 255) = 25.77%

R = 41.17%
G = 33.06%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FECC9F (or 0xFECC9F) is known color: Peach. HEX triplet: FE, CC and 9F. RGB value is (254,204,159). Sum of RGB (Red+Green+Blue) = 254+204+159=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC9F is #013360. Grayscale: #D6D6D6. Windows color (decimal): -78689 or 10472702. OLE color: 10472702.

HSL color Cylindrical-coordinate representation of color #FECC9F: hue angle of 28.42º 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 #FECC9F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 159 -
CMYK 0 0.20 0.37 0.00
HSL 28.42º 0.98% 0.81% -
HSV(B) 28.42º 0.37% 1% -
XYZ 68.72 66.76 42.06 -
YUV 213.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 254 204 159 0 0.20 0.37 0.00 28.42 0.98 0.81
Hex FE CC 9F 0 14 25 0 1C 62 51
Octal 376 314 237 0 24 45 0 34 142 121
Binary 11111110 11001100 10011111 0 10100 100101 0 11100 1100010 1010001

Color Harmonies of #FECC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC9F

Black with #FECC9F

Text Example


Text Example

White with #FECC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC9F; }

 p { color: rgb(254,204,159); }

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

background-color css

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

 a { background-color: rgb(254,204,159); }

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

border-color css

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

 span { border-color: rgb(254,204,159); }

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