Shades of Classic Rose #FECDF0
Tints of Classic Rose #FECDF0
RGB
CMYK
RGB Variations
Color information
#FECDF0 (or 0xFECDF0) is known color: Classic Rose. HEX triplet: FE, CD and F0. RGB value is (254,205,240). Sum of RGB (Red+Green+Blue) = 254+205+240=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF0 is #01320F. Grayscale: #DFDFDF. Windows color (decimal): -78352 or 15781374. OLE color: 15781374.
HSL color Cylindrical-coordinate representation of color #FECDF0: hue angle of 317.14º 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 #FECDF0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 240 | - |
CMYK | 0 | 0.19 | 0.06 | 0.00 |
HSL | 317.14º | 0.96% | 0.9% | - |
HSV(B) | 317.14º | 0.19% | 1% | - |
XYZ | 78.43 | 71.02 | 92.01 | - |
YUV | 223.64 | 137.23 | 149.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 240 | 0 | 0.19 | 0.06 | 0.00 | 317.14 | 0.96 | 0.9 |
Hex | FE | CD | F0 | 0 | 13 | 6 | 0 | 13D | 60 | 5A |
Octal | 376 | 315 | 360 | 0 | 23 | 6 | 0 | 475 | 140 | 132 |
Binary | 11111110 | 11001101 | 11110000 | 0 | 10011 | 110 | 0 | 100111101 | 1100000 | 1011010 |
Color Harmonies of #FECDF0
Complementary color
Monochromatic Colors of #FECDF0
Black with #FECDF0
Text Example
Text Example
White with #FECDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF0; }
p { color: rgb(254,205,240); }
H1.HeaderClassName
{
color: #FECDF0;
}
.AnyTagClassName
{
color: #FECDF0;
}
</style>
background-color css
<style>
a { background-color: #FECDF0; }
a { background-color: rgb(254,205,240); }
div.DivClassName
{
background-color: #FECDF0;
}
.BgClassName
{
background-color: #FECDF0;
}
</style>
border-color css
<style>
span { border-color: #FECDF0; }
span { border-color: rgb(254,205,240); }
td.TdClassName
{
border-color: #FECDF0;
}
.TagClassName
{
border-color: #FECDF0;
}
</style>