Shades of Classic Rose #F3C3DE
Tints of Classic Rose #F3C3DE
RGB
CMYK
RGB Variations
Color information
#F3C3DE (or 0xF3C3DE) is known color: Classic Rose. HEX triplet: F3, C3 and DE. RGB value is (243,195,222). Sum of RGB (Red+Green+Blue) = 243+195+222=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3DE is #0C3C21. Grayscale: #D4D4D4. Windows color (decimal): -801826 or 14599155. OLE color: 14599155.
HSL color Cylindrical-coordinate representation of color #F3C3DE: hue angle of 326.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3DE is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 222 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.05 |
| HSL | 326.25º | 0.67% | 0.86% | - |
| HSV(B) | 326.25º | 0.2% | 0.95% | - |
| XYZ | 69.66 | 63.36 | 77.67 | - |
| YUV | 212.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 222 | 0 | 0.20 | 0.09 | 0.05 | 326.25 | 0.67 | 0.86 |
| Hex | F3 | C3 | DE | 0 | 14 | 9 | 5 | 146 | 43 | 56 |
| Octal | 363 | 303 | 336 | 0 | 24 | 11 | 5 | 506 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11011110 | 0 | 10100 | 1001 | 101 | 101000110 | 1000011 | 1010110 |
Color Harmonies of #F3C3DE
Complementary color
Monochromatic Colors of #F3C3DE
Black with #F3C3DE
Text Example
Text Example
White with #F3C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3DE; }
p { color: rgb(243,195,222); }
H1.HeaderClassName
{
color: #F3C3DE;
}
.AnyTagClassName
{
color: #F3C3DE;
}
</style>
background-color css
<style>
a { background-color: #F3C3DE; }
a { background-color: rgb(243,195,222); }
div.DivClassName
{
background-color: #F3C3DE;
}
.BgClassName
{
background-color: #F3C3DE;
}
</style>
border-color css
<style>
span { border-color: #F3C3DE; }
span { border-color: rgb(243,195,222); }
td.TdClassName
{
border-color: #F3C3DE;
}
.TagClassName
{
border-color: #F3C3DE;
}
</style>