Shades of Classic Rose #F3CFE7
Tints of Classic Rose #F3CFE7
RGB
CMYK
RGB Variations
Color information
#F3CFE7 (or 0xF3CFE7) is known color: Classic Rose. HEX triplet: F3, CF and E7. RGB value is (243,207,231). Sum of RGB (Red+Green+Blue) = 243+207+231=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFE7 is #0C3018. Grayscale: #DCDCDC. Windows color (decimal): -798745 or 15192051. OLE color: 15192051.
HSL color Cylindrical-coordinate representation of color #F3CFE7: hue angle of 320º 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 #F3CFE7 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 231 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 320º | 0.6% | 0.88% | - |
| HSV(B) | 320º | 0.15% | 0.95% | - |
| XYZ | 73.7 | 69.45 | 85.12 | - |
| YUV | 220.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 231 | 0 | 0.15 | 0.05 | 0.05 | 320 | 0.6 | 0.88 |
| Hex | F3 | CF | E7 | 0 | F | 5 | 5 | 140 | 3C | 58 |
| Octal | 363 | 317 | 347 | 0 | 17 | 5 | 5 | 500 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11100111 | 0 | 1111 | 101 | 101 | 101000000 | 111100 | 1011000 |
Color Harmonies of #F3CFE7
Complementary color
Monochromatic Colors of #F3CFE7
Black with #F3CFE7
Text Example
Text Example
White with #F3CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFE7; }
p { color: rgb(243,207,231); }
H1.HeaderClassName
{
color: #F3CFE7;
}
.AnyTagClassName
{
color: #F3CFE7;
}
</style>
background-color css
<style>
a { background-color: #F3CFE7; }
a { background-color: rgb(243,207,231); }
div.DivClassName
{
background-color: #F3CFE7;
}
.BgClassName
{
background-color: #F3CFE7;
}
</style>
border-color css
<style>
span { border-color: #F3CFE7; }
span { border-color: rgb(243,207,231); }
td.TdClassName
{
border-color: #F3CFE7;
}
.TagClassName
{
border-color: #F3CFE7;
}
</style>