Shades of Classic Rose #F3C9DD
Tints of Classic Rose #F3C9DD
RGB
CMYK
RGB Variations
Color information
#F3C9DD (or 0xF3C9DD) is known color: Classic Rose. HEX triplet: F3, C9 and DD. RGB value is (243,201,221). Sum of RGB (Red+Green+Blue) = 243+201+221=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9DD is #0C3622. Grayscale: #D7D7D7. Windows color (decimal): -800291 or 14535155. OLE color: 14535155.
HSL color Cylindrical-coordinate representation of color #F3C9DD: hue angle of 331.43º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9DD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 201 | 221 | - |
CMYK | 0 | 0.17 | 0.09 | 0.05 |
HSL | 331.43º | 0.64% | 0.87% | - |
HSV(B) | 331.43º | 0.17% | 0.95% | - |
XYZ | 70.9 | 66.05 | 77.42 | - |
YUV | 215.84 | 130.91 | 147.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 201 | 221 | 0 | 0.17 | 0.09 | 0.05 | 331.43 | 0.64 | 0.87 |
Hex | F3 | C9 | DD | 0 | 11 | 9 | 5 | 14B | 40 | 57 |
Octal | 363 | 311 | 335 | 0 | 21 | 11 | 5 | 513 | 100 | 127 |
Binary | 11110011 | 11001001 | 11011101 | 0 | 10001 | 1001 | 101 | 101001011 | 1000000 | 1010111 |
Color Harmonies of #F3C9DD
Complementary color
Monochromatic Colors of #F3C9DD
Black with #F3C9DD
Text Example
Text Example
White with #F3C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9DD; }
p { color: rgb(243,201,221); }
H1.HeaderClassName
{
color: #F3C9DD;
}
.AnyTagClassName
{
color: #F3C9DD;
}
</style>
background-color css
<style>
a { background-color: #F3C9DD; }
a { background-color: rgb(243,201,221); }
div.DivClassName
{
background-color: #F3C9DD;
}
.BgClassName
{
background-color: #F3C9DD;
}
</style>
border-color css
<style>
span { border-color: #F3C9DD; }
span { border-color: rgb(243,201,221); }
td.TdClassName
{
border-color: #F3C9DD;
}
.TagClassName
{
border-color: #F3C9DD;
}
</style>