Shades of Peach #FECFA4
Tints of Peach #FECFA4
RGB
CMYK
RGB Variations
Color information
#FECFA4 (or 0xFECFA4) is known color: Peach. HEX triplet: FE, CF and A4. RGB value is (254,207,164). Sum of RGB (Red+Green+Blue) = 254+207+164=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA4 is #01305B. Grayscale: #D8D8D8. Windows color (decimal): -77916 or 10801150. OLE color: 10801150.
HSL color Cylindrical-coordinate representation of color #FECFA4: hue angle of 28.67º 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 #FECFA4 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 164 | - |
CMYK | 0 | 0.19 | 0.35 | 0.00 |
HSL | 28.67º | 0.98% | 0.82% | - |
HSV(B) | 28.67º | 0.35% | 1% | - |
XYZ | 69.89 | 68.38 | 44.64 | - |
YUV | 216.15 | 98.57 | 155 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 164 | 0 | 0.19 | 0.35 | 0.00 | 28.67 | 0.98 | 0.82 |
Hex | FE | CF | A4 | 0 | 13 | 23 | 0 | 1D | 62 | 52 |
Octal | 376 | 317 | 244 | 0 | 23 | 43 | 0 | 35 | 142 | 122 |
Binary | 11111110 | 11001111 | 10100100 | 0 | 10011 | 100011 | 0 | 11101 | 1100010 | 1010010 |
Color Harmonies of #FECFA4
Complementary color
Monochromatic Colors of #FECFA4
Black with #FECFA4
Text Example
Text Example
White with #FECFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFA4; }
p { color: rgb(254,207,164); }
H1.HeaderClassName
{
color: #FECFA4;
}
.AnyTagClassName
{
color: #FECFA4;
}
</style>
background-color css
<style>
a { background-color: #FECFA4; }
a { background-color: rgb(254,207,164); }
div.DivClassName
{
background-color: #FECFA4;
}
.BgClassName
{
background-color: #FECFA4;
}
</style>
border-color css
<style>
span { border-color: #FECFA4; }
span { border-color: rgb(254,207,164); }
td.TdClassName
{
border-color: #FECFA4;
}
.TagClassName
{
border-color: #FECFA4;
}
</style>