Shades of Classic Rose #FFC1EA
Tints of Classic Rose #FFC1EA
RGB
CMYK
RGB Variations
Color information
#FFC1EA (or 0xFFC1EA) is known color: Classic Rose. HEX triplet: FF, C1 and EA. RGB value is (255,193,234). Sum of RGB (Red+Green+Blue) = 255+193+234=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1EA is #003E15. Grayscale: #D8D8D8. Windows color (decimal): -15894 or 15385087. OLE color: 15385087.
HSL color Cylindrical-coordinate representation of color #FFC1EA: hue angle of 320.32º 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 #FFC1EA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 234 | - |
| CMYK | 0 | 0.24 | 0.08 | 0 |
| HSL | 320.32º | 1% | 0.88% | - |
| HSV(B) | 320.32º | 0.24% | 1% | - |
| XYZ | 75.16 | 65.34 | 86.49 | - |
| YUV | 216.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 234 | 0 | 0.24 | 0.08 | 0 | 320.32 | 1 | 0.88 |
| Hex | FF | C1 | EA | 0 | 18 | 8 | 0 | 140 | 64 | 58 |
| Octal | 377 | 301 | 352 | 0 | 30 | 10 | 0 | 500 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11101010 | 0 | 11000 | 1000 | 0 | 101000000 | 1100100 | 1011000 |
Color Harmonies of #FFC1EA
Complementary color
Monochromatic Colors of #FFC1EA
Black with #FFC1EA
Text Example
Text Example
White with #FFC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1EA; }
p { color: rgb(255,193,234); }
H1.HeaderClassName
{
color: #FFC1EA;
}
.AnyTagClassName
{
color: #FFC1EA;
}
</style>
background-color css
<style>
a { background-color: #FFC1EA; }
a { background-color: rgb(255,193,234); }
div.DivClassName
{
background-color: #FFC1EA;
}
.BgClassName
{
background-color: #FFC1EA;
}
</style>
border-color css
<style>
span { border-color: #FFC1EA; }
span { border-color: rgb(255,193,234); }
td.TdClassName
{
border-color: #FFC1EA;
}
.TagClassName
{
border-color: #FFC1EA;
}
</style>