Shades of Classic Rose #FDC3E6
Tints of Classic Rose #FDC3E6
RGB
CMYK
RGB Variations
Color information
#FDC3E6 (or 0xFDC3E6) is known color: Classic Rose. HEX triplet: FD, C3 and E6. RGB value is (253,195,230). Sum of RGB (Red+Green+Blue) = 253+195+230=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 195 (76.56% from 255 or 28.76% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3E6 is #023C19. Grayscale: #D8D8D8. Windows color (decimal): -146458 or 15123453. OLE color: 15123453.
HSL color Cylindrical-coordinate representation of color #FDC3E6: hue angle of 323.79º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3E6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 195 | 230 | - |
CMYK | 0 | 0.23 | 0.09 | 0.01 |
HSL | 323.79º | 0.94% | 0.88% | - |
HSV(B) | 323.79º | 0.23% | 0.99% | - |
XYZ | 74.31 | 65.63 | 83.61 | - |
YUV | 216.33 | 135.72 | 154.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 195 | 230 | 0 | 0.23 | 0.09 | 0.01 | 323.79 | 0.94 | 0.88 |
Hex | FD | C3 | E6 | 0 | 17 | 9 | 1 | 144 | 5E | 58 |
Octal | 375 | 303 | 346 | 0 | 27 | 11 | 1 | 504 | 136 | 130 |
Binary | 11111101 | 11000011 | 11100110 | 0 | 10111 | 1001 | 1 | 101000100 | 1011110 | 1011000 |
Color Harmonies of #FDC3E6
Complementary color
Monochromatic Colors of #FDC3E6
Black with #FDC3E6
Text Example
Text Example
White with #FDC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3E6; }
p { color: rgb(253,195,230); }
H1.HeaderClassName
{
color: #FDC3E6;
}
.AnyTagClassName
{
color: #FDC3E6;
}
</style>
background-color css
<style>
a { background-color: #FDC3E6; }
a { background-color: rgb(253,195,230); }
div.DivClassName
{
background-color: #FDC3E6;
}
.BgClassName
{
background-color: #FDC3E6;
}
</style>
border-color css
<style>
span { border-color: #FDC3E6; }
span { border-color: rgb(253,195,230); }
td.TdClassName
{
border-color: #FDC3E6;
}
.TagClassName
{
border-color: #FDC3E6;
}
</style>