Shades of Classic Rose #F3CBDE
Tints of Classic Rose #F3CBDE
RGB
CMYK
RGB Variations
Color information
#F3CBDE (or 0xF3CBDE) is known color: Classic Rose. HEX triplet: F3, CB and DE. RGB value is (243,203,222). Sum of RGB (Red+Green+Blue) = 243+203+222=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBDE is #0C3421. Grayscale: #D9D9D9. Windows color (decimal): -799778 or 14601203. OLE color: 14601203.
HSL color Cylindrical-coordinate representation of color #F3CBDE: hue angle of 331.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CBDE is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 222 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.05 |
| HSL | 331.5º | 0.63% | 0.87% | - |
| HSV(B) | 331.5º | 0.16% | 0.95% | - |
| XYZ | 71.5 | 67.04 | 78.28 | - |
| YUV | 217.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 222 | 0 | 0.16 | 0.09 | 0.05 | 331.5 | 0.63 | 0.87 |
| Hex | F3 | CB | DE | 0 | 10 | 9 | 5 | 14C | 3E | 57 |
| Octal | 363 | 313 | 336 | 0 | 20 | 11 | 5 | 514 | 76 | 127 |
| Binary | 11110011 | 11001011 | 11011110 | 0 | 10000 | 1001 | 101 | 101001100 | 111110 | 1010111 |
Color Harmonies of #F3CBDE
Complementary color
Monochromatic Colors of #F3CBDE
Black with #F3CBDE
Text Example
Text Example
White with #F3CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBDE; }
p { color: rgb(243,203,222); }
H1.HeaderClassName
{
color: #F3CBDE;
}
.AnyTagClassName
{
color: #F3CBDE;
}
</style>
background-color css
<style>
a { background-color: #F3CBDE; }
a { background-color: rgb(243,203,222); }
div.DivClassName
{
background-color: #F3CBDE;
}
.BgClassName
{
background-color: #F3CBDE;
}
</style>
border-color css
<style>
span { border-color: #F3CBDE; }
span { border-color: rgb(243,203,222); }
td.TdClassName
{
border-color: #F3CBDE;
}
.TagClassName
{
border-color: #F3CBDE;
}
</style>