Shades of Classic Rose #FFC1EB
Tints of Classic Rose #FFC1EB
RGB
CMYK
RGB Variations
Color information
#FFC1EB (or 0xFFC1EB) is known color: Classic Rose. HEX triplet: FF, C1 and EB. RGB value is (255,193,235). Sum of RGB (Red+Green+Blue) = 255+193+235=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1EB is #003E14. Grayscale: #D8D8D8. Windows color (decimal): -15893 or 15450623. OLE color: 15450623.
HSL color Cylindrical-coordinate representation of color #FFC1EB: hue angle of 319.35º 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 #FFC1EB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 235 | - |
| CMYK | 0 | 0.24 | 0.08 | 0 |
| HSL | 319.35º | 1% | 0.88% | - |
| HSV(B) | 319.35º | 0.24% | 1% | - |
| XYZ | 75.31 | 65.4 | 87.25 | - |
| YUV | 216.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 235 | 0 | 0.24 | 0.08 | 0 | 319.35 | 1 | 0.88 |
| Hex | FF | C1 | EB | 0 | 18 | 8 | 0 | 13F | 64 | 58 |
| Octal | 377 | 301 | 353 | 0 | 30 | 10 | 0 | 477 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11101011 | 0 | 11000 | 1000 | 0 | 100111111 | 1100100 | 1011000 |
Color Harmonies of #FFC1EB
Complementary color
Monochromatic Colors of #FFC1EB
Black with #FFC1EB
Text Example
Text Example
White with #FFC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1EB; }
p { color: rgb(255,193,235); }
H1.HeaderClassName
{
color: #FFC1EB;
}
.AnyTagClassName
{
color: #FFC1EB;
}
</style>
background-color css
<style>
a { background-color: #FFC1EB; }
a { background-color: rgb(255,193,235); }
div.DivClassName
{
background-color: #FFC1EB;
}
.BgClassName
{
background-color: #FFC1EB;
}
</style>
border-color css
<style>
span { border-color: #FFC1EB; }
span { border-color: rgb(255,193,235); }
td.TdClassName
{
border-color: #FFC1EB;
}
.TagClassName
{
border-color: #FFC1EB;
}
</style>