Shades of Classic Rose #FDCFEB
Tints of Classic Rose #FDCFEB
RGB
CMYK
RGB Variations
Color information
#FDCFEB (or 0xFDCFEB) is known color: Classic Rose. HEX triplet: FD, CF and EB. RGB value is (253,207,235). Sum of RGB (Red+Green+Blue) = 253+207+235=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEB is #023014. Grayscale: #DFDFDF. Windows color (decimal): -143381 or 15454205. OLE color: 15454205.
HSL color Cylindrical-coordinate representation of color #FDCFEB: hue angle of 323.48º 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 #FDCFEB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 235 | - |
CMYK | 0 | 0.18 | 0.07 | 0.01 |
HSL | 323.48º | 0.92% | 0.9% | - |
HSV(B) | 323.48º | 0.18% | 0.99% | - |
XYZ | 77.82 | 71.51 | 88.3 | - |
YUV | 223.95 | 134.24 | 148.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 235 | 0 | 0.18 | 0.07 | 0.01 | 323.48 | 0.92 | 0.9 |
Hex | FD | CF | EB | 0 | 12 | 7 | 1 | 143 | 5C | 5A |
Octal | 375 | 317 | 353 | 0 | 22 | 7 | 1 | 503 | 134 | 132 |
Binary | 11111101 | 11001111 | 11101011 | 0 | 10010 | 111 | 1 | 101000011 | 1011100 | 1011010 |
Color Harmonies of #FDCFEB
Complementary color
Monochromatic Colors of #FDCFEB
Black with #FDCFEB
Text Example
Text Example
White with #FDCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFEB; }
p { color: rgb(253,207,235); }
H1.HeaderClassName
{
color: #FDCFEB;
}
.AnyTagClassName
{
color: #FDCFEB;
}
</style>
background-color css
<style>
a { background-color: #FDCFEB; }
a { background-color: rgb(253,207,235); }
div.DivClassName
{
background-color: #FDCFEB;
}
.BgClassName
{
background-color: #FDCFEB;
}
</style>
border-color css
<style>
span { border-color: #FDCFEB; }
span { border-color: rgb(253,207,235); }
td.TdClassName
{
border-color: #FDCFEB;
}
.TagClassName
{
border-color: #FDCFEB;
}
</style>