Shades of Classic Rose #FFCCE6
Tints of Classic Rose #FFCCE6
RGB
CMYK
RGB Variations
Color information
#FFCCE6 (or 0xFFCCE6) is known color: Classic Rose. HEX triplet: FF, CC and E6. RGB value is (255,204,230). Sum of RGB (Red+Green+Blue) = 255+204+230=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCE6 is #003319. Grayscale: #DEDEDE. Windows color (decimal): -13082 or 15125759. OLE color: 15125759.
HSL color Cylindrical-coordinate representation of color #FFCCE6: hue angle of 329.41º 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 #FFCCE6 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 230 | - |
CMYK | 0 | 0.2 | 0.10 | 0 |
HSL | 329.41º | 1% | 0.9% | - |
HSV(B) | 329.41º | 0.2% | 1% | - |
XYZ | 77.12 | 70.16 | 84.34 | - |
YUV | 222.21 | 132.4 | 151.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 230 | 0 | 0.2 | 0.10 | 0 | 329.41 | 1 | 0.9 |
Hex | FF | CC | E6 | 0 | 14 | A | 0 | 149 | 64 | 5A |
Octal | 377 | 314 | 346 | 0 | 24 | 12 | 0 | 511 | 144 | 132 |
Binary | 11111111 | 11001100 | 11100110 | 0 | 10100 | 1010 | 0 | 101001001 | 1100100 | 1011010 |
Color Harmonies of #FFCCE6
Complementary color
Monochromatic Colors of #FFCCE6
Black with #FFCCE6
Text Example
Text Example
White with #FFCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCE6; }
p { color: rgb(255,204,230); }
H1.HeaderClassName
{
color: #FFCCE6;
}
.AnyTagClassName
{
color: #FFCCE6;
}
</style>
background-color css
<style>
a { background-color: #FFCCE6; }
a { background-color: rgb(255,204,230); }
div.DivClassName
{
background-color: #FFCCE6;
}
.BgClassName
{
background-color: #FFCCE6;
}
</style>
border-color css
<style>
span { border-color: #FFCCE6; }
span { border-color: rgb(255,204,230); }
td.TdClassName
{
border-color: #FFCCE6;
}
.TagClassName
{
border-color: #FFCCE6;
}
</style>