Shades of Classic Rose #F8CBE6
Tints of Classic Rose #F8CBE6
RGB
CMYK
RGB Variations
Color information
#F8CBE6 (or 0xF8CBE6) is known color: Classic Rose. HEX triplet: F8, CB and E6. RGB value is (248,203,230). Sum of RGB (Red+Green+Blue) = 248+203+230=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBE6 is #073419. Grayscale: #DBDBDB. Windows color (decimal): -472090 or 15125496. OLE color: 15125496.
HSL color Cylindrical-coordinate representation of color #F8CBE6: hue angle of 324º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBE6 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 230 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.03 |
| HSL | 324º | 0.76% | 0.88% | - |
| HSV(B) | 324º | 0.18% | 0.97% | - |
| XYZ | 74.35 | 68.38 | 84.14 | - |
| YUV | 219.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 230 | 0 | 0.18 | 0.07 | 0.03 | 324 | 0.76 | 0.88 |
| Hex | F8 | CB | E6 | 0 | 12 | 7 | 3 | 144 | 4C | 58 |
| Octal | 370 | 313 | 346 | 0 | 22 | 7 | 3 | 504 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11100110 | 0 | 10010 | 111 | 11 | 101000100 | 1001100 | 1011000 |
Color Harmonies of #F8CBE6
Complementary color
Monochromatic Colors of #F8CBE6
Black with #F8CBE6
Text Example
Text Example
White with #F8CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBE6; }
p { color: rgb(248,203,230); }
H1.HeaderClassName
{
color: #F8CBE6;
}
.AnyTagClassName
{
color: #F8CBE6;
}
</style>
background-color css
<style>
a { background-color: #F8CBE6; }
a { background-color: rgb(248,203,230); }
div.DivClassName
{
background-color: #F8CBE6;
}
.BgClassName
{
background-color: #F8CBE6;
}
</style>
border-color css
<style>
span { border-color: #F8CBE6; }
span { border-color: rgb(248,203,230); }
td.TdClassName
{
border-color: #F8CBE6;
}
.TagClassName
{
border-color: #F8CBE6;
}
</style>