Shades of Snuff #FEDAF7
Tints of Snuff #FEDAF7
RGB
CMYK
RGB Variations
Color information
#FEDAF7 (or 0xFEDAF7) is known color: Snuff. HEX triplet: FE, DA and F7. RGB value is (254,218,247). Sum of RGB (Red+Green+Blue) = 254+218+247=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 218 (85.55% from 255 or 30.32% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF7 is #012508. Grayscale: #E7E7E7. Windows color (decimal): -75017 or 16243454. OLE color: 16243454.
HSL color Cylindrical-coordinate representation of color #FEDAF7: hue angle of 311.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDAF7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 247 | - |
CMYK | 0 | 0.14 | 0.03 | 0.00 |
HSL | 311.67º | 0.95% | 0.93% | - |
HSV(B) | 311.67º | 0.14% | 1% | - |
XYZ | 82.73 | 77.93 | 98.68 | - |
YUV | 232.07 | 136.43 | 143.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 247 | 0 | 0.14 | 0.03 | 0.00 | 311.67 | 0.95 | 0.93 |
Hex | FE | DA | F7 | 0 | E | 3 | 0 | 138 | 5F | 5D |
Octal | 376 | 332 | 367 | 0 | 16 | 3 | 0 | 470 | 137 | 135 |
Binary | 11111110 | 11011010 | 11110111 | 0 | 1110 | 11 | 0 | 100111000 | 1011111 | 1011101 |
Color Harmonies of #FEDAF7
Complementary color
Monochromatic Colors of #FEDAF7
Black with #FEDAF7
Text Example
Text Example
White with #FEDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAF7; }
p { color: rgb(254,218,247); }
H1.HeaderClassName
{
color: #FEDAF7;
}
.AnyTagClassName
{
color: #FEDAF7;
}
</style>
background-color css
<style>
a { background-color: #FEDAF7; }
a { background-color: rgb(254,218,247); }
div.DivClassName
{
background-color: #FEDAF7;
}
.BgClassName
{
background-color: #FEDAF7;
}
</style>
border-color css
<style>
span { border-color: #FEDAF7; }
span { border-color: rgb(254,218,247); }
td.TdClassName
{
border-color: #FEDAF7;
}
.TagClassName
{
border-color: #FEDAF7;
}
</style>