Html Css Color HEX #FECFA6 Peach

📋 copy color: '#FECFA6'

red 254 ◦ green 207 ◦ blue 166

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

Shades of Peach #FECFA6

Tints of Peach #FECFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.48%

R = 40.51%
G = 33.01%
B = 26.48%

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

#FECFA6 (or 0xFECFA6) is known color: Peach. HEX triplet: FE, CF and A6. RGB value is (254,207,166). Sum of RGB (Red+Green+Blue) = 254+207+166=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA6 is #013059. Grayscale: #D8D8D8. Windows color (decimal): -77914 or 10932222. OLE color: 10932222.

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

Color convert

RGB 254 207 166 -
CMYK 0 0.19 0.35 0.00
HSL 27.95º 0.98% 0.82% -
HSV(B) 27.95º 0.35% 1% -
XYZ 70.07 68.45 45.6 -
YUV 216.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 254 207 166 0 0.19 0.35 0.00 27.95 0.98 0.82
Hex FE CF A6 0 13 23 0 1C 62 52
Octal 376 317 246 0 23 43 0 34 142 122
Binary 11111110 11001111 10100110 0 10011 100011 0 11100 1100010 1010010

Color Harmonies of #FECFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFA6

Black with #FECFA6

Text Example


Text Example

White with #FECFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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