Shades of Classic Rose #FFC1EE
Tints of Classic Rose #FFC1EE
RGB
CMYK
RGB Variations
Color information
#FFC1EE (or 0xFFC1EE) is known color: Classic Rose. HEX triplet: FF, C1 and EE. RGB value is (255,193,238). Sum of RGB (Red+Green+Blue) = 255+193+238=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1EE is #003E11. Grayscale: #D8D8D8. Windows color (decimal): -15890 or 15647231. OLE color: 15647231.
HSL color Cylindrical-coordinate representation of color #FFC1EE: hue angle of 316.45º 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 #FFC1EE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 238 | - |
| CMYK | 0 | 0.24 | 0.07 | 0 |
| HSL | 316.45º | 1% | 0.88% | - |
| HSV(B) | 316.45º | 0.24% | 1% | - |
| XYZ | 75.74 | 65.57 | 89.55 | - |
| YUV | 216.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 238 | 0 | 0.24 | 0.07 | 0 | 316.45 | 1 | 0.88 |
| Hex | FF | C1 | EE | 0 | 18 | 7 | 0 | 13C | 64 | 58 |
| Octal | 377 | 301 | 356 | 0 | 30 | 7 | 0 | 474 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11101110 | 0 | 11000 | 111 | 0 | 100111100 | 1100100 | 1011000 |
Color Harmonies of #FFC1EE
Complementary color
Monochromatic Colors of #FFC1EE
Black with #FFC1EE
Text Example
Text Example
White with #FFC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1EE; }
p { color: rgb(255,193,238); }
H1.HeaderClassName
{
color: #FFC1EE;
}
.AnyTagClassName
{
color: #FFC1EE;
}
</style>
background-color css
<style>
a { background-color: #FFC1EE; }
a { background-color: rgb(255,193,238); }
div.DivClassName
{
background-color: #FFC1EE;
}
.BgClassName
{
background-color: #FFC1EE;
}
</style>
border-color css
<style>
span { border-color: #FFC1EE; }
span { border-color: rgb(255,193,238); }
td.TdClassName
{
border-color: #FFC1EE;
}
.TagClassName
{
border-color: #FFC1EE;
}
</style>