Shades of Rose White #FEEFEB
Tints of Rose White #FEEFEB
RGB
CMYK
RGB Variations
Color information
#FEEFEB (or 0xFEEFEB) is known color: Rose White. HEX triplet: FE, EF and EB. RGB value is (254,239,235). Sum of RGB (Red+Green+Blue) = 254+239+235=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 235 (92.19% from 255 or 32.28% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFEB is #011014. Grayscale: #F3F3F3. Windows color (decimal): -69653 or 15462398. OLE color: 15462398.
HSL color Cylindrical-coordinate representation of color #FEEFEB: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEFEB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 235 | - |
CMYK | 0 | 0.06 | 0.07 | 0.00 |
HSL | 12.63º | 0.9% | 0.96% | - |
HSV(B) | 12.63º | 0.07% | 1% | - |
XYZ | 86.73 | 88.8 | 91.17 | - |
YUV | 243.03 | 123.47 | 135.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 235 | 0 | 0.06 | 0.07 | 0.00 | 12.63 | 0.9 | 0.96 |
Hex | FE | EF | EB | 0 | 6 | 7 | 0 | D | 5A | 60 |
Octal | 376 | 357 | 353 | 0 | 6 | 7 | 0 | 15 | 132 | 140 |
Binary | 11111110 | 11101111 | 11101011 | 0 | 110 | 111 | 0 | 1101 | 1011010 | 1100000 |
Color Harmonies of #FEEFEB
Complementary color
Monochromatic Colors of #FEEFEB
Black with #FEEFEB
Text Example
Text Example
White with #FEEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFEB; }
p { color: rgb(254,239,235); }
H1.HeaderClassName
{
color: #FEEFEB;
}
.AnyTagClassName
{
color: #FEEFEB;
}
</style>
background-color css
<style>
a { background-color: #FEEFEB; }
a { background-color: rgb(254,239,235); }
div.DivClassName
{
background-color: #FEEFEB;
}
.BgClassName
{
background-color: #FEEFEB;
}
</style>
border-color css
<style>
span { border-color: #FEEFEB; }
span { border-color: rgb(254,239,235); }
td.TdClassName
{
border-color: #FEEFEB;
}
.TagClassName
{
border-color: #FEEFEB;
}
</style>