Shades of Classic Rose #FFCBE7
Tints of Classic Rose #FFCBE7
RGB
CMYK
RGB Variations
Color information
#FFCBE7 (or 0xFFCBE7) is known color: Classic Rose. HEX triplet: FF, CB and E7. RGB value is (255,203,231). Sum of RGB (Red+Green+Blue) = 255+203+231=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBE7 is #003418. Grayscale: #DDDDDD. Windows color (decimal): -13337 or 15191039. OLE color: 15191039.
HSL color Cylindrical-coordinate representation of color #FFCBE7: hue angle of 327.69º 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 #FFCBE7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 231 | - |
| CMYK | 0 | 0.20 | 0.09 | 0 |
| HSL | 327.69º | 1% | 0.9% | - |
| HSV(B) | 327.69º | 0.2% | 1% | - |
| XYZ | 77.02 | 69.74 | 85 | - |
| YUV | 221.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 231 | 0 | 0.20 | 0.09 | 0 | 327.69 | 1 | 0.9 |
| Hex | FF | CB | E7 | 0 | 14 | 9 | 0 | 148 | 64 | 5A |
| Octal | 377 | 313 | 347 | 0 | 24 | 11 | 0 | 510 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11100111 | 0 | 10100 | 1001 | 0 | 101001000 | 1100100 | 1011010 |
Color Harmonies of #FFCBE7
Complementary color
Monochromatic Colors of #FFCBE7
Black with #FFCBE7
Text Example
Text Example
White with #FFCBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE7; }
p { color: rgb(255,203,231); }
H1.HeaderClassName
{
color: #FFCBE7;
}
.AnyTagClassName
{
color: #FFCBE7;
}
</style>
background-color css
<style>
a { background-color: #FFCBE7; }
a { background-color: rgb(255,203,231); }
div.DivClassName
{
background-color: #FFCBE7;
}
.BgClassName
{
background-color: #FFCBE7;
}
</style>
border-color css
<style>
span { border-color: #FFCBE7; }
span { border-color: rgb(255,203,231); }
td.TdClassName
{
border-color: #FFCBE7;
}
.TagClassName
{
border-color: #FFCBE7;
}
</style>