Shades of Rose White #FEEFE9
Tints of Rose White #FEEFE9
RGB
CMYK
RGB Variations
Color information
#FEEFE9 (or 0xFEEFE9) is known color: Rose White. HEX triplet: FE, EF and E9. RGB value is (254,239,233). Sum of RGB (Red+Green+Blue) = 254+239+233=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFE9 is #011016. Grayscale: #F2F2F2. Windows color (decimal): -69655 or 15331326. OLE color: 15331326.
HSL color Cylindrical-coordinate representation of color #FEEFE9: hue angle of 17.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEFE9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 233 | - |
CMYK | 0 | 0.06 | 0.08 | 0.00 |
HSL | 17.14º | 0.91% | 0.95% | - |
HSV(B) | 17.14º | 0.08% | 1% | - |
XYZ | 86.45 | 88.69 | 89.65 | - |
YUV | 242.8 | 122.47 | 135.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 233 | 0 | 0.06 | 0.08 | 0.00 | 17.14 | 0.91 | 0.95 |
Hex | FE | EF | E9 | 0 | 6 | 8 | 0 | 11 | 5B | 5F |
Octal | 376 | 357 | 351 | 0 | 6 | 10 | 0 | 21 | 133 | 137 |
Binary | 11111110 | 11101111 | 11101001 | 0 | 110 | 1000 | 0 | 10001 | 1011011 | 1011111 |
Color Harmonies of #FEEFE9
Complementary color
Monochromatic Colors of #FEEFE9
Black with #FEEFE9
Text Example
Text Example
White with #FEEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFE9; }
p { color: rgb(254,239,233); }
H1.HeaderClassName
{
color: #FEEFE9;
}
.AnyTagClassName
{
color: #FEEFE9;
}
</style>
background-color css
<style>
a { background-color: #FEEFE9; }
a { background-color: rgb(254,239,233); }
div.DivClassName
{
background-color: #FEEFE9;
}
.BgClassName
{
background-color: #FEEFE9;
}
</style>
border-color css
<style>
span { border-color: #FEEFE9; }
span { border-color: rgb(254,239,233); }
td.TdClassName
{
border-color: #FEEFE9;
}
.TagClassName
{
border-color: #FEEFE9;
}
</style>