Shades of Classic Rose #FDCFEA
Tints of Classic Rose #FDCFEA
RGB
CMYK
RGB Variations
Color information
#FDCFEA (or 0xFDCFEA) is known color: Classic Rose. HEX triplet: FD, CF and EA. RGB value is (253,207,234). Sum of RGB (Red+Green+Blue) = 253+207+234=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEA is #023015. Grayscale: #DFDFDF. Windows color (decimal): -143382 or 15388669. OLE color: 15388669.
HSL color Cylindrical-coordinate representation of color #FDCFEA: hue angle of 324.78º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFEA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 234 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.01 |
| HSL | 324.78º | 0.92% | 0.9% | - |
| HSV(B) | 324.78º | 0.18% | 0.99% | - |
| XYZ | 77.67 | 71.45 | 87.54 | - |
| YUV | 223.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 234 | 0 | 0.18 | 0.08 | 0.01 | 324.78 | 0.92 | 0.9 |
| Hex | FD | CF | EA | 0 | 12 | 8 | 1 | 145 | 5C | 5A |
| Octal | 375 | 317 | 352 | 0 | 22 | 10 | 1 | 505 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11101010 | 0 | 10010 | 1000 | 1 | 101000101 | 1011100 | 1011010 |
Color Harmonies of #FDCFEA
Complementary color
Monochromatic Colors of #FDCFEA
Black with #FDCFEA
Text Example
Text Example
White with #FDCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFEA; }
p { color: rgb(253,207,234); }
H1.HeaderClassName
{
color: #FDCFEA;
}
.AnyTagClassName
{
color: #FDCFEA;
}
</style>
background-color css
<style>
a { background-color: #FDCFEA; }
a { background-color: rgb(253,207,234); }
div.DivClassName
{
background-color: #FDCFEA;
}
.BgClassName
{
background-color: #FDCFEA;
}
</style>
border-color css
<style>
span { border-color: #FDCFEA; }
span { border-color: rgb(253,207,234); }
td.TdClassName
{
border-color: #FDCFEA;
}
.TagClassName
{
border-color: #FDCFEA;
}
</style>