Shades of Classic Rose #F9CEED
Tints of Classic Rose #F9CEED
RGB
CMYK
RGB Variations
Color information
#F9CEED (or 0xF9CEED) is known color: Classic Rose. HEX triplet: F9, CE and ED. RGB value is (249,206,237). Sum of RGB (Red+Green+Blue) = 249+206+237=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEED is #063112. Grayscale: #DEDEDE. Windows color (decimal): -405779 or 15585017. OLE color: 15585017.
HSL color Cylindrical-coordinate representation of color #F9CEED: hue angle of 316.74º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CEED is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 237 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.02 |
| HSL | 316.74º | 0.78% | 0.89% | - |
| HSV(B) | 316.74º | 0.17% | 0.98% | - |
| XYZ | 76.42 | 70.4 | 89.68 | - |
| YUV | 222.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 237 | 0 | 0.17 | 0.05 | 0.02 | 316.74 | 0.78 | 0.89 |
| Hex | F9 | CE | ED | 0 | 11 | 5 | 2 | 13D | 4E | 59 |
| Octal | 371 | 316 | 355 | 0 | 21 | 5 | 2 | 475 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11101101 | 0 | 10001 | 101 | 10 | 100111101 | 1001110 | 1011001 |
Color Harmonies of #F9CEED
Complementary color
Monochromatic Colors of #F9CEED
Black with #F9CEED
Text Example
Text Example
White with #F9CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEED; }
p { color: rgb(249,206,237); }
H1.HeaderClassName
{
color: #F9CEED;
}
.AnyTagClassName
{
color: #F9CEED;
}
</style>
background-color css
<style>
a { background-color: #F9CEED; }
a { background-color: rgb(249,206,237); }
div.DivClassName
{
background-color: #F9CEED;
}
.BgClassName
{
background-color: #F9CEED;
}
</style>
border-color css
<style>
span { border-color: #F9CEED; }
span { border-color: rgb(249,206,237); }
td.TdClassName
{
border-color: #F9CEED;
}
.TagClassName
{
border-color: #F9CEED;
}
</style>