Shades of Classic Rose #F3CFE6
Tints of Classic Rose #F3CFE6
RGB
CMYK
RGB Variations
Color information
#F3CFE6 (or 0xF3CFE6) is known color: Classic Rose. HEX triplet: F3, CF and E6. RGB value is (243,207,230). Sum of RGB (Red+Green+Blue) = 243+207+230=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFE6 is #0C3019. Grayscale: #DCDCDC. Windows color (decimal): -798746 or 15126515. OLE color: 15126515.
HSL color Cylindrical-coordinate representation of color #F3CFE6: hue angle of 321.67º 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 #F3CFE6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 230 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 321.67º | 0.6% | 0.88% | - |
| HSV(B) | 321.67º | 0.15% | 0.95% | - |
| XYZ | 73.56 | 69.39 | 84.38 | - |
| YUV | 220.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 230 | 0 | 0.15 | 0.05 | 0.05 | 321.67 | 0.6 | 0.88 |
| Hex | F3 | CF | E6 | 0 | F | 5 | 5 | 142 | 3C | 58 |
| Octal | 363 | 317 | 346 | 0 | 17 | 5 | 5 | 502 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11100110 | 0 | 1111 | 101 | 101 | 101000010 | 111100 | 1011000 |
Color Harmonies of #F3CFE6
Complementary color
Monochromatic Colors of #F3CFE6
Black with #F3CFE6
Text Example
Text Example
White with #F3CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFE6; }
p { color: rgb(243,207,230); }
H1.HeaderClassName
{
color: #F3CFE6;
}
.AnyTagClassName
{
color: #F3CFE6;
}
</style>
background-color css
<style>
a { background-color: #F3CFE6; }
a { background-color: rgb(243,207,230); }
div.DivClassName
{
background-color: #F3CFE6;
}
.BgClassName
{
background-color: #F3CFE6;
}
</style>
border-color css
<style>
span { border-color: #F3CFE6; }
span { border-color: rgb(243,207,230); }
td.TdClassName
{
border-color: #F3CFE6;
}
.TagClassName
{
border-color: #F3CFE6;
}
</style>