Shades of Classic Rose #FFC3EB
Tints of Classic Rose #FFC3EB
RGB
CMYK
RGB Variations
Color information
#FFC3EB (or 0xFFC3EB) is known color: Classic Rose. HEX triplet: FF, C3 and EB. RGB value is (255,195,235). Sum of RGB (Red+Green+Blue) = 255+195+235=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3EB is #003C14. Grayscale: #D9D9D9. Windows color (decimal): -15381 or 15451135. OLE color: 15451135.
HSL color Cylindrical-coordinate representation of color #FFC3EB: hue angle of 320º 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 #FFC3EB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 235 | - |
| CMYK | 0 | 0.24 | 0.08 | 0 |
| HSL | 320º | 1% | 0.88% | - |
| HSV(B) | 320º | 0.24% | 1% | - |
| XYZ | 75.75 | 66.29 | 87.4 | - |
| YUV | 217.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 235 | 0 | 0.24 | 0.08 | 0 | 320 | 1 | 0.88 |
| Hex | FF | C3 | EB | 0 | 18 | 8 | 0 | 140 | 64 | 58 |
| Octal | 377 | 303 | 353 | 0 | 30 | 10 | 0 | 500 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11101011 | 0 | 11000 | 1000 | 0 | 101000000 | 1100100 | 1011000 |
Color Harmonies of #FFC3EB
Complementary color
Monochromatic Colors of #FFC3EB
Black with #FFC3EB
Text Example
Text Example
White with #FFC3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3EB; }
p { color: rgb(255,195,235); }
H1.HeaderClassName
{
color: #FFC3EB;
}
.AnyTagClassName
{
color: #FFC3EB;
}
</style>
background-color css
<style>
a { background-color: #FFC3EB; }
a { background-color: rgb(255,195,235); }
div.DivClassName
{
background-color: #FFC3EB;
}
.BgClassName
{
background-color: #FFC3EB;
}
</style>
border-color css
<style>
span { border-color: #FFC3EB; }
span { border-color: rgb(255,195,235); }
td.TdClassName
{
border-color: #FFC3EB;
}
.TagClassName
{
border-color: #FFC3EB;
}
</style>