Shades of Classic Rose #F3C1DE
Tints of Classic Rose #F3C1DE
RGB
CMYK
RGB Variations
Color information
#F3C1DE (or 0xF3C1DE) is known color: Classic Rose. HEX triplet: F3, C1 and DE. RGB value is (243,193,222). Sum of RGB (Red+Green+Blue) = 243+193+222=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1DE is #0C3E21. Grayscale: #D3D3D3. Windows color (decimal): -802338 or 14598643. OLE color: 14598643.
HSL color Cylindrical-coordinate representation of color #F3C1DE: hue angle of 325.2º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1DE is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 222 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 325.2º | 0.68% | 0.85% | - |
| HSV(B) | 325.2º | 0.21% | 0.95% | - |
| XYZ | 69.22 | 62.47 | 77.52 | - |
| YUV | 211.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 222 | 0 | 0.21 | 0.09 | 0.05 | 325.2 | 0.68 | 0.85 |
| Hex | F3 | C1 | DE | 0 | 15 | 9 | 5 | 145 | 44 | 55 |
| Octal | 363 | 301 | 336 | 0 | 25 | 11 | 5 | 505 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11011110 | 0 | 10101 | 1001 | 101 | 101000101 | 1000100 | 1010101 |
Color Harmonies of #F3C1DE
Complementary color
Monochromatic Colors of #F3C1DE
Black with #F3C1DE
Text Example
Text Example
White with #F3C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1DE; }
p { color: rgb(243,193,222); }
H1.HeaderClassName
{
color: #F3C1DE;
}
.AnyTagClassName
{
color: #F3C1DE;
}
</style>
background-color css
<style>
a { background-color: #F3C1DE; }
a { background-color: rgb(243,193,222); }
div.DivClassName
{
background-color: #F3C1DE;
}
.BgClassName
{
background-color: #F3C1DE;
}
</style>
border-color css
<style>
span { border-color: #F3C1DE; }
span { border-color: rgb(243,193,222); }
td.TdClassName
{
border-color: #F3C1DE;
}
.TagClassName
{
border-color: #F3C1DE;
}
</style>