Shades of Classic Rose #FFC3E8
Tints of Classic Rose #FFC3E8
RGB
CMYK
RGB Variations
Color information
#FFC3E8 (or 0xFFC3E8) is known color: Classic Rose. HEX triplet: FF, C3 and E8. RGB value is (255,195,232). Sum of RGB (Red+Green+Blue) = 255+195+232=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3E8 is #003C17. Grayscale: #D9D9D9. Windows color (decimal): -15384 or 15254527. OLE color: 15254527.
HSL color Cylindrical-coordinate representation of color #FFC3E8: hue angle of 323º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3E8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 232 | - |
| CMYK | 0 | 0.24 | 0.09 | 0 |
| HSL | 323º | 1% | 0.88% | - |
| HSV(B) | 323º | 0.24% | 1% | - |
| XYZ | 75.32 | 66.12 | 85.14 | - |
| YUV | 217.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 232 | 0 | 0.24 | 0.09 | 0 | 323 | 1 | 0.88 |
| Hex | FF | C3 | E8 | 0 | 18 | 9 | 0 | 143 | 64 | 58 |
| Octal | 377 | 303 | 350 | 0 | 30 | 11 | 0 | 503 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11101000 | 0 | 11000 | 1001 | 0 | 101000011 | 1100100 | 1011000 |
Color Harmonies of #FFC3E8
Complementary color
Monochromatic Colors of #FFC3E8
Black with #FFC3E8
Text Example
Text Example
White with #FFC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3E8; }
p { color: rgb(255,195,232); }
H1.HeaderClassName
{
color: #FFC3E8;
}
.AnyTagClassName
{
color: #FFC3E8;
}
</style>
background-color css
<style>
a { background-color: #FFC3E8; }
a { background-color: rgb(255,195,232); }
div.DivClassName
{
background-color: #FFC3E8;
}
.BgClassName
{
background-color: #FFC3E8;
}
</style>
border-color css
<style>
span { border-color: #FFC3E8; }
span { border-color: rgb(255,195,232); }
td.TdClassName
{
border-color: #FFC3E8;
}
.TagClassName
{
border-color: #FFC3E8;
}
</style>