Shades of Classic Rose #FDCFEE
Tints of Classic Rose #FDCFEE
RGB
CMYK
RGB Variations
Color information
#FDCFEE (or 0xFDCFEE) is known color: Classic Rose. HEX triplet: FD, CF and EE. RGB value is (253,207,238). Sum of RGB (Red+Green+Blue) = 253+207+238=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEE is #023011. Grayscale: #E0E0E0. Windows color (decimal): -143378 or 15650813. OLE color: 15650813.
HSL color Cylindrical-coordinate representation of color #FDCFEE: hue angle of 319.57º 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 #FDCFEE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 238 | - |
CMYK | 0 | 0.18 | 0.06 | 0.01 |
HSL | 319.57º | 0.92% | 0.9% | - |
HSV(B) | 319.57º | 0.18% | 0.99% | - |
XYZ | 78.25 | 71.68 | 90.6 | - |
YUV | 224.29 | 135.74 | 148.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 238 | 0 | 0.18 | 0.06 | 0.01 | 319.57 | 0.92 | 0.9 |
Hex | FD | CF | EE | 0 | 12 | 6 | 1 | 140 | 5C | 5A |
Octal | 375 | 317 | 356 | 0 | 22 | 6 | 1 | 500 | 134 | 132 |
Binary | 11111101 | 11001111 | 11101110 | 0 | 10010 | 110 | 1 | 101000000 | 1011100 | 1011010 |
Color Harmonies of #FDCFEE
Complementary color
Monochromatic Colors of #FDCFEE
Black with #FDCFEE
Text Example
Text Example
White with #FDCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFEE; }
p { color: rgb(253,207,238); }
H1.HeaderClassName
{
color: #FDCFEE;
}
.AnyTagClassName
{
color: #FDCFEE;
}
</style>
background-color css
<style>
a { background-color: #FDCFEE; }
a { background-color: rgb(253,207,238); }
div.DivClassName
{
background-color: #FDCFEE;
}
.BgClassName
{
background-color: #FDCFEE;
}
</style>
border-color css
<style>
span { border-color: #FDCFEE; }
span { border-color: rgb(253,207,238); }
td.TdClassName
{
border-color: #FDCFEE;
}
.TagClassName
{
border-color: #FDCFEE;
}
</style>