Shades of Classic Rose #F7CBEC
Tints of Classic Rose #F7CBEC
RGB
CMYK
RGB Variations
Color information
#F7CBEC (or 0xF7CBEC) is known color: Classic Rose. HEX triplet: F7, CB and EC. RGB value is (247,203,236). Sum of RGB (Red+Green+Blue) = 247+203+236=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CBEC is #083413. Grayscale: #DBDBDB. Windows color (decimal): -537620 or 15518711. OLE color: 15518711.
HSL color Cylindrical-coordinate representation of color #F7CBEC: hue angle of 315º degrees, saturation: 0.73, 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 #F7CBEC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 236 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.03 |
| HSL | 315º | 0.73% | 0.88% | - |
| HSV(B) | 315º | 0.18% | 0.97% | - |
| XYZ | 74.85 | 68.54 | 88.64 | - |
| YUV | 219.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 236 | 0 | 0.18 | 0.04 | 0.03 | 315 | 0.73 | 0.88 |
| Hex | F7 | CB | EC | 0 | 12 | 4 | 3 | 13B | 49 | 58 |
| Octal | 367 | 313 | 354 | 0 | 22 | 4 | 3 | 473 | 111 | 130 |
| Binary | 11110111 | 11001011 | 11101100 | 0 | 10010 | 100 | 11 | 100111011 | 1001001 | 1011000 |
Color Harmonies of #F7CBEC
Complementary color
Monochromatic Colors of #F7CBEC
Black with #F7CBEC
Text Example
Text Example
White with #F7CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBEC; }
p { color: rgb(247,203,236); }
H1.HeaderClassName
{
color: #F7CBEC;
}
.AnyTagClassName
{
color: #F7CBEC;
}
</style>
background-color css
<style>
a { background-color: #F7CBEC; }
a { background-color: rgb(247,203,236); }
div.DivClassName
{
background-color: #F7CBEC;
}
.BgClassName
{
background-color: #F7CBEC;
}
</style>
border-color css
<style>
span { border-color: #F7CBEC; }
span { border-color: rgb(247,203,236); }
td.TdClassName
{
border-color: #F7CBEC;
}
.TagClassName
{
border-color: #F7CBEC;
}
</style>