Shades of Classic Rose #F3CEDD
Tints of Classic Rose #F3CEDD
RGB
CMYK
RGB Variations
Color information
#F3CEDD (or 0xF3CEDD) is known color: Classic Rose. HEX triplet: F3, CE and DD. RGB value is (243,206,221). Sum of RGB (Red+Green+Blue) = 243+206+221=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDD is #0C3122. Grayscale: #DADADA. Windows color (decimal): -799011 or 14536435. OLE color: 14536435.
HSL color Cylindrical-coordinate representation of color #F3CEDD: hue angle of 335.68º 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 #F3CEDD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 221 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.05 |
| HSL | 335.68º | 0.61% | 0.88% | - |
| HSV(B) | 335.68º | 0.15% | 0.95% | - |
| XYZ | 72.08 | 68.42 | 77.81 | - |
| YUV | 218.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 221 | 0 | 0.15 | 0.09 | 0.05 | 335.68 | 0.61 | 0.88 |
| Hex | F3 | CE | DD | 0 | F | 9 | 5 | 150 | 3D | 58 |
| Octal | 363 | 316 | 335 | 0 | 17 | 11 | 5 | 520 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11011101 | 0 | 1111 | 1001 | 101 | 101010000 | 111101 | 1011000 |
Color Harmonies of #F3CEDD
Complementary color
Monochromatic Colors of #F3CEDD
Black with #F3CEDD
Text Example
Text Example
White with #F3CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEDD; }
p { color: rgb(243,206,221); }
H1.HeaderClassName
{
color: #F3CEDD;
}
.AnyTagClassName
{
color: #F3CEDD;
}
</style>
background-color css
<style>
a { background-color: #F3CEDD; }
a { background-color: rgb(243,206,221); }
div.DivClassName
{
background-color: #F3CEDD;
}
.BgClassName
{
background-color: #F3CEDD;
}
</style>
border-color css
<style>
span { border-color: #F3CEDD; }
span { border-color: rgb(243,206,221); }
td.TdClassName
{
border-color: #F3CEDD;
}
.TagClassName
{
border-color: #F3CEDD;
}
</style>