Shades of Classic Rose #FDCFED
Tints of Classic Rose #FDCFED
RGB
CMYK
RGB Variations
Color information
#FDCFED (or 0xFDCFED) is known color: Classic Rose. HEX triplet: FD, CF and ED. RGB value is (253,207,237). Sum of RGB (Red+Green+Blue) = 253+207+237=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFED is #023012. Grayscale: #E0E0E0. Windows color (decimal): -143379 or 15585277. OLE color: 15585277.
HSL color Cylindrical-coordinate representation of color #FDCFED: hue angle of 320.87º 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 #FDCFED is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 237 | - |
CMYK | 0 | 0.18 | 0.06 | 0.01 |
HSL | 320.87º | 0.92% | 0.9% | - |
HSV(B) | 320.87º | 0.18% | 0.99% | - |
XYZ | 78.11 | 71.62 | 89.83 | - |
YUV | 224.17 | 135.24 | 148.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 237 | 0 | 0.18 | 0.06 | 0.01 | 320.87 | 0.92 | 0.9 |
Hex | FD | CF | ED | 0 | 12 | 6 | 1 | 141 | 5C | 5A |
Octal | 375 | 317 | 355 | 0 | 22 | 6 | 1 | 501 | 134 | 132 |
Binary | 11111101 | 11001111 | 11101101 | 0 | 10010 | 110 | 1 | 101000001 | 1011100 | 1011010 |
Color Harmonies of #FDCFED
Complementary color
Monochromatic Colors of #FDCFED
Black with #FDCFED
Text Example
Text Example
White with #FDCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFED; }
p { color: rgb(253,207,237); }
H1.HeaderClassName
{
color: #FDCFED;
}
.AnyTagClassName
{
color: #FDCFED;
}
</style>
background-color css
<style>
a { background-color: #FDCFED; }
a { background-color: rgb(253,207,237); }
div.DivClassName
{
background-color: #FDCFED;
}
.BgClassName
{
background-color: #FDCFED;
}
</style>
border-color css
<style>
span { border-color: #FDCFED; }
span { border-color: rgb(253,207,237); }
td.TdClassName
{
border-color: #FDCFED;
}
.TagClassName
{
border-color: #FDCFED;
}
</style>