Shades of Classic Rose #F3CDDB
Tints of Classic Rose #F3CDDB
RGB
CMYK
RGB Variations
Color information
#F3CDDB (or 0xF3CDDB) is known color: Classic Rose. HEX triplet: F3, CD and DB. RGB value is (243,205,219). Sum of RGB (Red+Green+Blue) = 243+205+219=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDDB is #0C3224. Grayscale: #D9D9D9. Windows color (decimal): -799269 or 14405107. OLE color: 14405107.
HSL color Cylindrical-coordinate representation of color #F3CDDB: hue angle of 337.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDDB is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 205 | 219 | - |
CMYK | 0 | 0.16 | 0.10 | 0.05 |
HSL | 337.89º | 0.61% | 0.88% | - |
HSV(B) | 337.89º | 0.16% | 0.95% | - |
XYZ | 71.58 | 67.83 | 76.34 | - |
YUV | 217.96 | 128.59 | 145.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 205 | 219 | 0 | 0.16 | 0.10 | 0.05 | 337.89 | 0.61 | 0.88 |
Hex | F3 | CD | DB | 0 | 10 | A | 5 | 152 | 3D | 58 |
Octal | 363 | 315 | 333 | 0 | 20 | 12 | 5 | 522 | 75 | 130 |
Binary | 11110011 | 11001101 | 11011011 | 0 | 10000 | 1010 | 101 | 101010010 | 111101 | 1011000 |
Color Harmonies of #F3CDDB
Complementary color
Monochromatic Colors of #F3CDDB
Black with #F3CDDB
Text Example
Text Example
White with #F3CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDDB; }
p { color: rgb(243,205,219); }
H1.HeaderClassName
{
color: #F3CDDB;
}
.AnyTagClassName
{
color: #F3CDDB;
}
</style>
background-color css
<style>
a { background-color: #F3CDDB; }
a { background-color: rgb(243,205,219); }
div.DivClassName
{
background-color: #F3CDDB;
}
.BgClassName
{
background-color: #F3CDDB;
}
</style>
border-color css
<style>
span { border-color: #F3CDDB; }
span { border-color: rgb(243,205,219); }
td.TdClassName
{
border-color: #F3CDDB;
}
.TagClassName
{
border-color: #F3CDDB;
}
</style>