Shades of Classic Rose #F9CDEC
Tints of Classic Rose #F9CDEC
RGB
CMYK
RGB Variations
Color information
#F9CDEC (or 0xF9CDEC) is known color: Classic Rose. HEX triplet: F9, CD and EC. RGB value is (249,205,236). Sum of RGB (Red+Green+Blue) = 249+205+236=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDEC is #063213. Grayscale: #DDDDDD. Windows color (decimal): -406036 or 15519225. OLE color: 15519225.
HSL color Cylindrical-coordinate representation of color #F9CDEC: hue angle of 317.73º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CDEC is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 205 | 236 | - |
CMYK | 0 | 0.18 | 0.05 | 0.02 |
HSL | 317.73º | 0.79% | 0.89% | - |
HSV(B) | 317.73º | 0.18% | 0.98% | - |
XYZ | 76.04 | 69.86 | 88.83 | - |
YUV | 221.69 | 136.08 | 147.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 205 | 236 | 0 | 0.18 | 0.05 | 0.02 | 317.73 | 0.79 | 0.89 |
Hex | F9 | CD | EC | 0 | 12 | 5 | 2 | 13E | 4F | 59 |
Octal | 371 | 315 | 354 | 0 | 22 | 5 | 2 | 476 | 117 | 131 |
Binary | 11111001 | 11001101 | 11101100 | 0 | 10010 | 101 | 10 | 100111110 | 1001111 | 1011001 |
Color Harmonies of #F9CDEC
Complementary color
Monochromatic Colors of #F9CDEC
Black with #F9CDEC
Text Example
Text Example
White with #F9CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDEC; }
p { color: rgb(249,205,236); }
H1.HeaderClassName
{
color: #F9CDEC;
}
.AnyTagClassName
{
color: #F9CDEC;
}
</style>
background-color css
<style>
a { background-color: #F9CDEC; }
a { background-color: rgb(249,205,236); }
div.DivClassName
{
background-color: #F9CDEC;
}
.BgClassName
{
background-color: #F9CDEC;
}
</style>
border-color css
<style>
span { border-color: #F9CDEC; }
span { border-color: rgb(249,205,236); }
td.TdClassName
{
border-color: #F9CDEC;
}
.TagClassName
{
border-color: #F9CDEC;
}
</style>