Shades of Classic Rose #FECDF3
Tints of Classic Rose #FECDF3
RGB
CMYK
RGB Variations
Color information
#FECDF3 (or 0xFECDF3) is known color: Classic Rose. HEX triplet: FE, CD and F3. RGB value is (254,205,243). Sum of RGB (Red+Green+Blue) = 254+205+243=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF3 is #01320C. Grayscale: #DFDFDF. Windows color (decimal): -78349 or 15977982. OLE color: 15977982.
HSL color Cylindrical-coordinate representation of color #FECDF3: hue angle of 313.47º 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 #FECDF3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 243 | - |
CMYK | 0 | 0.19 | 0.04 | 0.00 |
HSL | 313.47º | 0.96% | 0.9% | - |
HSV(B) | 313.47º | 0.19% | 1% | - |
XYZ | 78.88 | 71.2 | 94.38 | - |
YUV | 223.98 | 138.73 | 149.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 243 | 0 | 0.19 | 0.04 | 0.00 | 313.47 | 0.96 | 0.9 |
Hex | FE | CD | F3 | 0 | 13 | 4 | 0 | 139 | 60 | 5A |
Octal | 376 | 315 | 363 | 0 | 23 | 4 | 0 | 471 | 140 | 132 |
Binary | 11111110 | 11001101 | 11110011 | 0 | 10011 | 100 | 0 | 100111001 | 1100000 | 1011010 |
Color Harmonies of #FECDF3
Complementary color
Monochromatic Colors of #FECDF3
Black with #FECDF3
Text Example
Text Example
White with #FECDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF3; }
p { color: rgb(254,205,243); }
H1.HeaderClassName
{
color: #FECDF3;
}
.AnyTagClassName
{
color: #FECDF3;
}
</style>
background-color css
<style>
a { background-color: #FECDF3; }
a { background-color: rgb(254,205,243); }
div.DivClassName
{
background-color: #FECDF3;
}
.BgClassName
{
background-color: #FECDF3;
}
</style>
border-color css
<style>
span { border-color: #FECDF3; }
span { border-color: rgb(254,205,243); }
td.TdClassName
{
border-color: #FECDF3;
}
.TagClassName
{
border-color: #FECDF3;
}
</style>