Shades of Classic Rose #FDCFEC
Tints of Classic Rose #FDCFEC
RGB
CMYK
RGB Variations
Color information
#FDCFEC (or 0xFDCFEC) is known color: Classic Rose. HEX triplet: FD, CF and EC. RGB value is (253,207,236). Sum of RGB (Red+Green+Blue) = 253+207+236=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEC is #023013. Grayscale: #DFDFDF. Windows color (decimal): -143380 or 15519741. OLE color: 15519741.
HSL color Cylindrical-coordinate representation of color #FDCFEC: hue angle of 322.17º 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 #FDCFEC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 236 | - |
CMYK | 0 | 0.18 | 0.07 | 0.01 |
HSL | 322.17º | 0.92% | 0.9% | - |
HSV(B) | 322.17º | 0.18% | 0.99% | - |
XYZ | 77.96 | 71.56 | 89.06 | - |
YUV | 224.06 | 134.74 | 148.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 236 | 0 | 0.18 | 0.07 | 0.01 | 322.17 | 0.92 | 0.9 |
Hex | FD | CF | EC | 0 | 12 | 7 | 1 | 142 | 5C | 5A |
Octal | 375 | 317 | 354 | 0 | 22 | 7 | 1 | 502 | 134 | 132 |
Binary | 11111101 | 11001111 | 11101100 | 0 | 10010 | 111 | 1 | 101000010 | 1011100 | 1011010 |
Color Harmonies of #FDCFEC
Complementary color
Monochromatic Colors of #FDCFEC
Black with #FDCFEC
Text Example
Text Example
White with #FDCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFEC; }
p { color: rgb(253,207,236); }
H1.HeaderClassName
{
color: #FDCFEC;
}
.AnyTagClassName
{
color: #FDCFEC;
}
</style>
background-color css
<style>
a { background-color: #FDCFEC; }
a { background-color: rgb(253,207,236); }
div.DivClassName
{
background-color: #FDCFEC;
}
.BgClassName
{
background-color: #FDCFEC;
}
</style>
border-color css
<style>
span { border-color: #FDCFEC; }
span { border-color: rgb(253,207,236); }
td.TdClassName
{
border-color: #FDCFEC;
}
.TagClassName
{
border-color: #FDCFEC;
}
</style>