Shades of Classic Rose #FFC1DF
Tints of Classic Rose #FFC1DF
RGB
CMYK
RGB Variations
Color information
#FFC1DF (or 0xFFC1DF) is known color: Classic Rose. HEX triplet: FF, C1 and DF. RGB value is (255,193,223). Sum of RGB (Red+Green+Blue) = 255+193+223=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DF is #003E20. Grayscale: #D6D6D6. Windows color (decimal): -15905 or 14664191. OLE color: 14664191.
HSL color Cylindrical-coordinate representation of color #FFC1DF: hue angle of 330.97º 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 #FFC1DF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 223 | - |
CMYK | 0 | 0.24 | 0.13 | 0 |
HSL | 330.97º | 1% | 0.88% | - |
HSV(B) | 330.97º | 0.24% | 1% | - |
XYZ | 73.63 | 64.73 | 78.43 | - |
YUV | 214.96 | 132.54 | 156.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 223 | 0 | 0.24 | 0.13 | 0 | 330.97 | 1 | 0.88 |
Hex | FF | C1 | DF | 0 | 18 | D | 0 | 14B | 64 | 58 |
Octal | 377 | 301 | 337 | 0 | 30 | 15 | 0 | 513 | 144 | 130 |
Binary | 11111111 | 11000001 | 11011111 | 0 | 11000 | 1101 | 0 | 101001011 | 1100100 | 1011000 |
Color Harmonies of #FFC1DF
Complementary color
Monochromatic Colors of #FFC1DF
Black with #FFC1DF
Text Example
Text Example
White with #FFC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1DF; }
p { color: rgb(255,193,223); }
H1.HeaderClassName
{
color: #FFC1DF;
}
.AnyTagClassName
{
color: #FFC1DF;
}
</style>
background-color css
<style>
a { background-color: #FFC1DF; }
a { background-color: rgb(255,193,223); }
div.DivClassName
{
background-color: #FFC1DF;
}
.BgClassName
{
background-color: #FFC1DF;
}
</style>
border-color css
<style>
span { border-color: #FFC1DF; }
span { border-color: rgb(255,193,223); }
td.TdClassName
{
border-color: #FFC1DF;
}
.TagClassName
{
border-color: #FFC1DF;
}
</style>