Shades of Classic Rose #FECDEC
Tints of Classic Rose #FECDEC
RGB
CMYK
RGB Variations
Color information
#FECDEC (or 0xFECDEC) is known color: Classic Rose. HEX triplet: FE, CD and EC. RGB value is (254,205,236). Sum of RGB (Red+Green+Blue) = 254+205+236=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDEC is #013213. Grayscale: #DFDFDF. Windows color (decimal): -78356 or 15519230. OLE color: 15519230.
HSL color Cylindrical-coordinate representation of color #FECDEC: hue angle of 322.04º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 236 | - |
CMYK | 0 | 0.19 | 0.07 | 0.00 |
HSL | 322.04º | 0.96% | 0.9% | - |
HSV(B) | 322.04º | 0.19% | 1% | - |
XYZ | 77.84 | 70.79 | 88.92 | - |
YUV | 223.19 | 135.23 | 149.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 236 | 0 | 0.19 | 0.07 | 0.00 | 322.04 | 0.96 | 0.9 |
Hex | FE | CD | EC | 0 | 13 | 7 | 0 | 142 | 60 | 5A |
Octal | 376 | 315 | 354 | 0 | 23 | 7 | 0 | 502 | 140 | 132 |
Binary | 11111110 | 11001101 | 11101100 | 0 | 10011 | 111 | 0 | 101000010 | 1100000 | 1011010 |
Color Harmonies of #FECDEC
Complementary color
Monochromatic Colors of #FECDEC
Black with #FECDEC
Text Example
Text Example
White with #FECDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDEC; }
p { color: rgb(254,205,236); }
H1.HeaderClassName
{
color: #FECDEC;
}
.AnyTagClassName
{
color: #FECDEC;
}
</style>
background-color css
<style>
a { background-color: #FECDEC; }
a { background-color: rgb(254,205,236); }
div.DivClassName
{
background-color: #FECDEC;
}
.BgClassName
{
background-color: #FECDEC;
}
</style>
border-color css
<style>
span { border-color: #FECDEC; }
span { border-color: rgb(254,205,236); }
td.TdClassName
{
border-color: #FECDEC;
}
.TagClassName
{
border-color: #FECDEC;
}
</style>