Shades of Classic Rose #FFCBF0
Tints of Classic Rose #FFCBF0
RGB
CMYK
RGB Variations
Color information
#FFCBF0 (or 0xFFCBF0) is known color: Classic Rose. HEX triplet: FF, CB and F0. RGB value is (255,203,240). Sum of RGB (Red+Green+Blue) = 255+203+240=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBF0 is #00340F. Grayscale: #DEDEDE. Windows color (decimal): -13328 or 15780863. OLE color: 15780863.
HSL color Cylindrical-coordinate representation of color #FFCBF0: hue angle of 317.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 #FFCBF0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 240 | - |
| CMYK | 0 | 0.20 | 0.06 | 0 |
| HSL | 317.31º | 1% | 0.9% | - |
| HSV(B) | 317.31º | 0.2% | 1% | - |
| XYZ | 78.32 | 70.26 | 91.87 | - |
| YUV | 222.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 240 | 0 | 0.20 | 0.06 | 0 | 317.31 | 1 | 0.9 |
| Hex | FF | CB | F0 | 0 | 14 | 6 | 0 | 13D | 64 | 5A |
| Octal | 377 | 313 | 360 | 0 | 24 | 6 | 0 | 475 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11110000 | 0 | 10100 | 110 | 0 | 100111101 | 1100100 | 1011010 |
Color Harmonies of #FFCBF0
Complementary color
Monochromatic Colors of #FFCBF0
Black with #FFCBF0
Text Example
Text Example
White with #FFCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBF0; }
p { color: rgb(255,203,240); }
H1.HeaderClassName
{
color: #FFCBF0;
}
.AnyTagClassName
{
color: #FFCBF0;
}
</style>
background-color css
<style>
a { background-color: #FFCBF0; }
a { background-color: rgb(255,203,240); }
div.DivClassName
{
background-color: #FFCBF0;
}
.BgClassName
{
background-color: #FFCBF0;
}
</style>
border-color css
<style>
span { border-color: #FFCBF0; }
span { border-color: rgb(255,203,240); }
td.TdClassName
{
border-color: #FFCBF0;
}
.TagClassName
{
border-color: #FFCBF0;
}
</style>