Shades of Classic Rose #FFCFF2
Tints of Classic Rose #FFCFF2
RGB
CMYK
RGB Variations
Color information
#FFCFF2 (or 0xFFCFF2) is known color: Classic Rose. HEX triplet: FF, CF and F2. RGB value is (255,207,242). Sum of RGB (Red+Green+Blue) = 255+207+242=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF2 is #00300D. Grayscale: #E1E1E1. Windows color (decimal): -12302 or 15912959. OLE color: 15912959.
HSL color Cylindrical-coordinate representation of color #FFCFF2: hue angle of 316.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFF2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 242 | - |
| CMYK | 0 | 0.19 | 0.05 | 0 |
| HSL | 316.25º | 1% | 0.91% | - |
| HSV(B) | 316.25º | 0.19% | 1% | - |
| XYZ | 79.58 | 72.3 | 93.76 | - |
| YUV | 225.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 242 | 0 | 0.19 | 0.05 | 0 | 316.25 | 1 | 0.91 |
| Hex | FF | CF | F2 | 0 | 13 | 5 | 0 | 13C | 64 | 5B |
| Octal | 377 | 317 | 362 | 0 | 23 | 5 | 0 | 474 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11110010 | 0 | 10011 | 101 | 0 | 100111100 | 1100100 | 1011011 |
Color Harmonies of #FFCFF2
Complementary color
Monochromatic Colors of #FFCFF2
Black with #FFCFF2
Text Example
Text Example
White with #FFCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFF2; }
p { color: rgb(255,207,242); }
H1.HeaderClassName
{
color: #FFCFF2;
}
.AnyTagClassName
{
color: #FFCFF2;
}
</style>
background-color css
<style>
a { background-color: #FFCFF2; }
a { background-color: rgb(255,207,242); }
div.DivClassName
{
background-color: #FFCFF2;
}
.BgClassName
{
background-color: #FFCFF2;
}
</style>
border-color css
<style>
span { border-color: #FFCFF2; }
span { border-color: rgb(255,207,242); }
td.TdClassName
{
border-color: #FFCFF2;
}
.TagClassName
{
border-color: #FFCFF2;
}
</style>