Shades of Classic Rose #FECDF2
Tints of Classic Rose #FECDF2
RGB
CMYK
RGB Variations
Color information
#FECDF2 (or 0xFECDF2) is known color: Classic Rose. HEX triplet: FE, CD and F2. RGB value is (254,205,242). Sum of RGB (Red+Green+Blue) = 254+205+242=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF2 is #01320D. Grayscale: #DFDFDF. Windows color (decimal): -78350 or 15912446. OLE color: 15912446.
HSL color Cylindrical-coordinate representation of color #FECDF2: hue angle of 314.69º 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 #FECDF2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 242 | - |
CMYK | 0 | 0.19 | 0.05 | 0.00 |
HSL | 314.69º | 0.96% | 0.9% | - |
HSV(B) | 314.69º | 0.19% | 1% | - |
XYZ | 78.73 | 71.14 | 93.59 | - |
YUV | 223.87 | 138.23 | 149.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 242 | 0 | 0.19 | 0.05 | 0.00 | 314.69 | 0.96 | 0.9 |
Hex | FE | CD | F2 | 0 | 13 | 5 | 0 | 13B | 60 | 5A |
Octal | 376 | 315 | 362 | 0 | 23 | 5 | 0 | 473 | 140 | 132 |
Binary | 11111110 | 11001101 | 11110010 | 0 | 10011 | 101 | 0 | 100111011 | 1100000 | 1011010 |
Color Harmonies of #FECDF2
Complementary color
Monochromatic Colors of #FECDF2
Black with #FECDF2
Text Example
Text Example
White with #FECDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF2; }
p { color: rgb(254,205,242); }
H1.HeaderClassName
{
color: #FECDF2;
}
.AnyTagClassName
{
color: #FECDF2;
}
</style>
background-color css
<style>
a { background-color: #FECDF2; }
a { background-color: rgb(254,205,242); }
div.DivClassName
{
background-color: #FECDF2;
}
.BgClassName
{
background-color: #FECDF2;
}
</style>
border-color css
<style>
span { border-color: #FECDF2; }
span { border-color: rgb(254,205,242); }
td.TdClassName
{
border-color: #FECDF2;
}
.TagClassName
{
border-color: #FECDF2;
}
</style>