Shades of Classic Rose #FFCCF3
Tints of Classic Rose #FFCCF3
RGB
CMYK
RGB Variations
Color information
#FFCCF3 (or 0xFFCCF3) is known color: Classic Rose. HEX triplet: FF, CC and F3. RGB value is (255,204,243). Sum of RGB (Red+Green+Blue) = 255+204+243=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF3 is #00330C. Grayscale: #DFDFDF. Windows color (decimal): -13069 or 15977727. OLE color: 15977727.
HSL color Cylindrical-coordinate representation of color #FFCCF3: hue angle of 314.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCF3 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 243 | - |
| CMYK | 0 | 0.2 | 0.05 | 0 |
| HSL | 314.12º | 1% | 0.9% | - |
| HSV(B) | 314.12º | 0.2% | 1% | - |
| XYZ | 79.01 | 70.92 | 94.32 | - |
| YUV | 223.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 243 | 0 | 0.2 | 0.05 | 0 | 314.12 | 1 | 0.9 |
| Hex | FF | CC | F3 | 0 | 14 | 5 | 0 | 13A | 64 | 5A |
| Octal | 377 | 314 | 363 | 0 | 24 | 5 | 0 | 472 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11110011 | 0 | 10100 | 101 | 0 | 100111010 | 1100100 | 1011010 |
Color Harmonies of #FFCCF3
Complementary color
Monochromatic Colors of #FFCCF3
Black with #FFCCF3
Text Example
Text Example
White with #FFCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCF3; }
p { color: rgb(255,204,243); }
H1.HeaderClassName
{
color: #FFCCF3;
}
.AnyTagClassName
{
color: #FFCCF3;
}
</style>
background-color css
<style>
a { background-color: #FFCCF3; }
a { background-color: rgb(255,204,243); }
div.DivClassName
{
background-color: #FFCCF3;
}
.BgClassName
{
background-color: #FFCCF3;
}
</style>
border-color css
<style>
span { border-color: #FFCCF3; }
span { border-color: rgb(255,204,243); }
td.TdClassName
{
border-color: #FFCCF3;
}
.TagClassName
{
border-color: #FFCCF3;
}
</style>