Shades of Classic Rose #FFC1ED
Tints of Classic Rose #FFC1ED
RGB
CMYK
RGB Variations
Color information
#FFC1ED (or 0xFFC1ED) is known color: Classic Rose. HEX triplet: FF, C1 and ED. RGB value is (255,193,237). Sum of RGB (Red+Green+Blue) = 255+193+237=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1ED is #003E12. Grayscale: #D8D8D8. Windows color (decimal): -15891 or 15581695. OLE color: 15581695.
HSL color Cylindrical-coordinate representation of color #FFC1ED: hue angle of 317.42º 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 #FFC1ED is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 237 | - |
CMYK | 0 | 0.24 | 0.07 | 0 |
HSL | 317.42º | 1% | 0.88% | - |
HSV(B) | 317.42º | 0.24% | 1% | - |
XYZ | 75.6 | 65.51 | 88.78 | - |
YUV | 216.55 | 139.54 | 155.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 237 | 0 | 0.24 | 0.07 | 0 | 317.42 | 1 | 0.88 |
Hex | FF | C1 | ED | 0 | 18 | 7 | 0 | 13D | 64 | 58 |
Octal | 377 | 301 | 355 | 0 | 30 | 7 | 0 | 475 | 144 | 130 |
Binary | 11111111 | 11000001 | 11101101 | 0 | 11000 | 111 | 0 | 100111101 | 1100100 | 1011000 |
Color Harmonies of #FFC1ED
Complementary color
Monochromatic Colors of #FFC1ED
Black with #FFC1ED
Text Example
Text Example
White with #FFC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1ED; }
p { color: rgb(255,193,237); }
H1.HeaderClassName
{
color: #FFC1ED;
}
.AnyTagClassName
{
color: #FFC1ED;
}
</style>
background-color css
<style>
a { background-color: #FFC1ED; }
a { background-color: rgb(255,193,237); }
div.DivClassName
{
background-color: #FFC1ED;
}
.BgClassName
{
background-color: #FFC1ED;
}
</style>
border-color css
<style>
span { border-color: #FFC1ED; }
span { border-color: rgb(255,193,237); }
td.TdClassName
{
border-color: #FFC1ED;
}
.TagClassName
{
border-color: #FFC1ED;
}
</style>