Shades of Classic Rose #FFCBE3
Tints of Classic Rose #FFCBE3
RGB
CMYK
RGB Variations
Color information
#FFCBE3 (or 0xFFCBE3) is known color: Classic Rose. HEX triplet: FF, CB and E3. RGB value is (255,203,227). Sum of RGB (Red+Green+Blue) = 255+203+227=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBE3 is #00341C. Grayscale: #DDDDDD. Windows color (decimal): -13341 or 14928895. OLE color: 14928895.
HSL color Cylindrical-coordinate representation of color #FFCBE3: hue angle of 332.31º 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 #FFCBE3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 203 | 227 | - |
CMYK | 0 | 0.20 | 0.11 | 0 |
HSL | 332.31º | 1% | 0.9% | - |
HSV(B) | 332.31º | 0.2% | 1% | - |
XYZ | 76.46 | 69.52 | 82.06 | - |
YUV | 221.28 | 131.23 | 152.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 203 | 227 | 0 | 0.20 | 0.11 | 0 | 332.31 | 1 | 0.9 |
Hex | FF | CB | E3 | 0 | 14 | B | 0 | 14C | 64 | 5A |
Octal | 377 | 313 | 343 | 0 | 24 | 13 | 0 | 514 | 144 | 132 |
Binary | 11111111 | 11001011 | 11100011 | 0 | 10100 | 1011 | 0 | 101001100 | 1100100 | 1011010 |
Color Harmonies of #FFCBE3
Complementary color
Monochromatic Colors of #FFCBE3
Black with #FFCBE3
Text Example
Text Example
White with #FFCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE3; }
p { color: rgb(255,203,227); }
H1.HeaderClassName
{
color: #FFCBE3;
}
.AnyTagClassName
{
color: #FFCBE3;
}
</style>
background-color css
<style>
a { background-color: #FFCBE3; }
a { background-color: rgb(255,203,227); }
div.DivClassName
{
background-color: #FFCBE3;
}
.BgClassName
{
background-color: #FFCBE3;
}
</style>
border-color css
<style>
span { border-color: #FFCBE3; }
span { border-color: rgb(255,203,227); }
td.TdClassName
{
border-color: #FFCBE3;
}
.TagClassName
{
border-color: #FFCBE3;
}
</style>