Shades of Rose White #FAEDE9
Tints of Rose White #FAEDE9
RGB
CMYK
RGB Variations
Color information
#FAEDE9 (or 0xFAEDE9) is known color: Rose White. HEX triplet: FA, ED and E9. RGB value is (250,237,233). Sum of RGB (Red+Green+Blue) = 250+237+233=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 233 (91.41% from 255 or 32.36% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDE9 is #051216. Grayscale: #F0F0F0. Windows color (decimal): -332311 or 15330810. OLE color: 15330810.
HSL color Cylindrical-coordinate representation of color #FAEDE9: hue angle of 14.12º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEDE9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 237 | 233 | - |
CMYK | 0 | 0.05 | 0.07 | 0.02 |
HSL | 14.12º | 0.63% | 0.95% | - |
HSV(B) | 14.12º | 0.07% | 0.98% | - |
XYZ | 84.42 | 86.78 | 89.39 | - |
YUV | 240.43 | 123.81 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 237 | 233 | 0 | 0.05 | 0.07 | 0.02 | 14.12 | 0.63 | 0.95 |
Hex | FA | ED | E9 | 0 | 5 | 7 | 2 | E | 3F | 5F |
Octal | 372 | 355 | 351 | 0 | 5 | 7 | 2 | 16 | 77 | 137 |
Binary | 11111010 | 11101101 | 11101001 | 0 | 101 | 111 | 10 | 1110 | 111111 | 1011111 |
Color Harmonies of #FAEDE9
Complementary color
Monochromatic Colors of #FAEDE9
Black with #FAEDE9
Text Example
Text Example
White with #FAEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDE9; }
p { color: rgb(250,237,233); }
H1.HeaderClassName
{
color: #FAEDE9;
}
.AnyTagClassName
{
color: #FAEDE9;
}
</style>
background-color css
<style>
a { background-color: #FAEDE9; }
a { background-color: rgb(250,237,233); }
div.DivClassName
{
background-color: #FAEDE9;
}
.BgClassName
{
background-color: #FAEDE9;
}
</style>
border-color css
<style>
span { border-color: #FAEDE9; }
span { border-color: rgb(250,237,233); }
td.TdClassName
{
border-color: #FAEDE9;
}
.TagClassName
{
border-color: #FAEDE9;
}
</style>