Shades of Classic Rose #F3CEE5
Tints of Classic Rose #F3CEE5
RGB
CMYK
RGB Variations
Color information
#F3CEE5 (or 0xF3CEE5) is known color: Classic Rose. HEX triplet: F3, CE and E5. RGB value is (243,206,229). Sum of RGB (Red+Green+Blue) = 243+206+229=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEE5 is #0C311A. Grayscale: #DBDBDB. Windows color (decimal): -799003 or 15060723. OLE color: 15060723.
HSL color Cylindrical-coordinate representation of color #F3CEE5: hue angle of 322.7º degrees, saturation: 0.61, 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 #F3CEE5 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 229 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.05 |
| HSL | 322.7º | 0.61% | 0.88% | - |
| HSV(B) | 322.7º | 0.15% | 0.95% | - |
| XYZ | 73.18 | 68.85 | 83.56 | - |
| YUV | 219.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 229 | 0 | 0.15 | 0.06 | 0.05 | 322.7 | 0.61 | 0.88 |
| Hex | F3 | CE | E5 | 0 | F | 6 | 5 | 143 | 3D | 58 |
| Octal | 363 | 316 | 345 | 0 | 17 | 6 | 5 | 503 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11100101 | 0 | 1111 | 110 | 101 | 101000011 | 111101 | 1011000 |
Color Harmonies of #F3CEE5
Complementary color
Monochromatic Colors of #F3CEE5
Black with #F3CEE5
Text Example
Text Example
White with #F3CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEE5; }
p { color: rgb(243,206,229); }
H1.HeaderClassName
{
color: #F3CEE5;
}
.AnyTagClassName
{
color: #F3CEE5;
}
</style>
background-color css
<style>
a { background-color: #F3CEE5; }
a { background-color: rgb(243,206,229); }
div.DivClassName
{
background-color: #F3CEE5;
}
.BgClassName
{
background-color: #F3CEE5;
}
</style>
border-color css
<style>
span { border-color: #F3CEE5; }
span { border-color: rgb(243,206,229); }
td.TdClassName
{
border-color: #F3CEE5;
}
.TagClassName
{
border-color: #F3CEE5;
}
</style>