Shades of Classic Rose #FFC3EE
Tints of Classic Rose #FFC3EE
RGB
CMYK
RGB Variations
Color information
#FFC3EE (or 0xFFC3EE) is known color: Classic Rose. HEX triplet: FF, C3 and EE. RGB value is (255,195,238). Sum of RGB (Red+Green+Blue) = 255+195+238=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3EE is #003C11. Grayscale: #D9D9D9. Windows color (decimal): -15378 or 15647743. OLE color: 15647743.
HSL color Cylindrical-coordinate representation of color #FFC3EE: hue angle of 317º 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 #FFC3EE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 238 | - |
| CMYK | 0 | 0.24 | 0.07 | 0 |
| HSL | 317º | 1% | 0.88% | - |
| HSV(B) | 317º | 0.24% | 1% | - |
| XYZ | 76.19 | 66.46 | 89.7 | - |
| YUV | 217.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 238 | 0 | 0.24 | 0.07 | 0 | 317 | 1 | 0.88 |
| Hex | FF | C3 | EE | 0 | 18 | 7 | 0 | 13D | 64 | 58 |
| Octal | 377 | 303 | 356 | 0 | 30 | 7 | 0 | 475 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11101110 | 0 | 11000 | 111 | 0 | 100111101 | 1100100 | 1011000 |
Color Harmonies of #FFC3EE
Complementary color
Monochromatic Colors of #FFC3EE
Black with #FFC3EE
Text Example
Text Example
White with #FFC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3EE; }
p { color: rgb(255,195,238); }
H1.HeaderClassName
{
color: #FFC3EE;
}
.AnyTagClassName
{
color: #FFC3EE;
}
</style>
background-color css
<style>
a { background-color: #FFC3EE; }
a { background-color: rgb(255,195,238); }
div.DivClassName
{
background-color: #FFC3EE;
}
.BgClassName
{
background-color: #FFC3EE;
}
</style>
border-color css
<style>
span { border-color: #FFC3EE; }
span { border-color: rgb(255,195,238); }
td.TdClassName
{
border-color: #FFC3EE;
}
.TagClassName
{
border-color: #FFC3EE;
}
</style>