Shades of Pale Rose #F3CCD0
Tints of Pale Rose #F3CCD0
RGB
CMYK
RGB Variations
Color information
#F3CCD0 (or 0xF3CCD0) is known color: Pale Rose. HEX triplet: F3, CC and D0. RGB value is (243,204,208). Sum of RGB (Red+Green+Blue) = 243+204+208=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCD0 is #0C332F. Grayscale: #D8D8D8. Windows color (decimal): -799536 or 13683955. OLE color: 13683955.
HSL color Cylindrical-coordinate representation of color #F3CCD0: hue angle of 353.85º degrees, saturation: 0.62, 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 #F3CCD0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 208 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 353.85º | 0.62% | 0.88% | - |
| HSV(B) | 353.85º | 0.16% | 0.95% | - |
| XYZ | 69.94 | 66.79 | 68.88 | - |
| YUV | 216.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 208 | 0 | 0.16 | 0.14 | 0.05 | 353.85 | 0.62 | 0.88 |
| Hex | F3 | CC | D0 | 0 | 10 | E | 5 | 162 | 3E | 58 |
| Octal | 363 | 314 | 320 | 0 | 20 | 16 | 5 | 542 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11010000 | 0 | 10000 | 1110 | 101 | 101100010 | 111110 | 1011000 |
Color Harmonies of #F3CCD0
Complementary color
Monochromatic Colors of #F3CCD0
Black with #F3CCD0
Text Example
Text Example
White with #F3CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCD0; }
p { color: rgb(243,204,208); }
H1.HeaderClassName
{
color: #F3CCD0;
}
.AnyTagClassName
{
color: #F3CCD0;
}
</style>
background-color css
<style>
a { background-color: #F3CCD0; }
a { background-color: rgb(243,204,208); }
div.DivClassName
{
background-color: #F3CCD0;
}
.BgClassName
{
background-color: #F3CCD0;
}
</style>
border-color css
<style>
span { border-color: #F3CCD0; }
span { border-color: rgb(243,204,208); }
td.TdClassName
{
border-color: #F3CCD0;
}
.TagClassName
{
border-color: #F3CCD0;
}
</style>