Shades of Classic Rose #F3CFEA
Tints of Classic Rose #F3CFEA
RGB
CMYK
RGB Variations
Color information
#F3CFEA (or 0xF3CFEA) is known color: Classic Rose. HEX triplet: F3, CF and EA. RGB value is (243,207,234). Sum of RGB (Red+Green+Blue) = 243+207+234=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEA is #0C3015. Grayscale: #DCDCDC. Windows color (decimal): -798742 or 15388659. OLE color: 15388659.
HSL color Cylindrical-coordinate representation of color #F3CFEA: hue angle of 315º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFEA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 234 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.05 |
| HSL | 315º | 0.6% | 0.88% | - |
| HSV(B) | 315º | 0.15% | 0.95% | - |
| XYZ | 74.13 | 69.62 | 87.37 | - |
| YUV | 220.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 234 | 0 | 0.15 | 0.04 | 0.05 | 315 | 0.6 | 0.88 |
| Hex | F3 | CF | EA | 0 | F | 4 | 5 | 13B | 3C | 58 |
| Octal | 363 | 317 | 352 | 0 | 17 | 4 | 5 | 473 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11101010 | 0 | 1111 | 100 | 101 | 100111011 | 111100 | 1011000 |
Color Harmonies of #F3CFEA
Complementary color
Monochromatic Colors of #F3CFEA
Black with #F3CFEA
Text Example
Text Example
White with #F3CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFEA; }
p { color: rgb(243,207,234); }
H1.HeaderClassName
{
color: #F3CFEA;
}
.AnyTagClassName
{
color: #F3CFEA;
}
</style>
background-color css
<style>
a { background-color: #F3CFEA; }
a { background-color: rgb(243,207,234); }
div.DivClassName
{
background-color: #F3CFEA;
}
.BgClassName
{
background-color: #F3CFEA;
}
</style>
border-color css
<style>
span { border-color: #F3CFEA; }
span { border-color: rgb(243,207,234); }
td.TdClassName
{
border-color: #F3CFEA;
}
.TagClassName
{
border-color: #F3CFEA;
}
</style>