Shades of Classic Rose #FFC1DE
Tints of Classic Rose #FFC1DE
RGB
CMYK
RGB Variations
Color information
#FFC1DE (or 0xFFC1DE) is known color: Classic Rose. HEX triplet: FF, C1 and DE. RGB value is (255,193,222). Sum of RGB (Red+Green+Blue) = 255+193+222=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DE is #003E21. Grayscale: #D6D6D6. Windows color (decimal): -15906 or 14598655. OLE color: 14598655.
HSL color Cylindrical-coordinate representation of color #FFC1DE: hue angle of 331.94º 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 #FFC1DE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 222 | - |
| CMYK | 0 | 0.24 | 0.13 | 0 |
| HSL | 331.94º | 1% | 0.88% | - |
| HSV(B) | 331.94º | 0.24% | 1% | - |
| XYZ | 73.49 | 64.67 | 77.72 | - |
| YUV | 214.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 222 | 0 | 0.24 | 0.13 | 0 | 331.94 | 1 | 0.88 |
| Hex | FF | C1 | DE | 0 | 18 | D | 0 | 14C | 64 | 58 |
| Octal | 377 | 301 | 336 | 0 | 30 | 15 | 0 | 514 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11011110 | 0 | 11000 | 1101 | 0 | 101001100 | 1100100 | 1011000 |
Color Harmonies of #FFC1DE
Complementary color
Monochromatic Colors of #FFC1DE
Black with #FFC1DE
Text Example
Text Example
White with #FFC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1DE; }
p { color: rgb(255,193,222); }
H1.HeaderClassName
{
color: #FFC1DE;
}
.AnyTagClassName
{
color: #FFC1DE;
}
</style>
background-color css
<style>
a { background-color: #FFC1DE; }
a { background-color: rgb(255,193,222); }
div.DivClassName
{
background-color: #FFC1DE;
}
.BgClassName
{
background-color: #FFC1DE;
}
</style>
border-color css
<style>
span { border-color: #FFC1DE; }
span { border-color: rgb(255,193,222); }
td.TdClassName
{
border-color: #FFC1DE;
}
.TagClassName
{
border-color: #FFC1DE;
}
</style>