Html Css Color HEX #FECCA0 Peach

📋 copy color: '#FECCA0'

red 254 ◦ green 204 ◦ blue 160

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

Shades of Peach #FECCA0

Tints of Peach #FECCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.89%

R = 41.1%
G = 33.01%
B = 25.89%

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

#FECCA0 (or 0xFECCA0) is known color: Peach. HEX triplet: FE, CC and A0. RGB value is (254,204,160). Sum of RGB (Red+Green+Blue) = 254+204+160=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCA0 is #01335F. Grayscale: #D6D6D6. Windows color (decimal): -78688 or 10538238. OLE color: 10538238.

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

Color convert

RGB 254 204 160 -
CMYK 0 0.20 0.37 0.00
HSL 28.09º 0.98% 0.81% -
HSV(B) 28.09º 0.37% 1% -
XYZ 68.81 66.79 42.52 -
YUV 213.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 254 204 160 0 0.20 0.37 0.00 28.09 0.98 0.81
Hex FE CC A0 0 14 25 0 1C 62 51
Octal 376 314 240 0 24 45 0 34 142 121
Binary 11111110 11001100 10100000 0 10100 100101 0 11100 1100010 1010001

Color Harmonies of #FECCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCA0

Black with #FECCA0

Text Example


Text Example

White with #FECCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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