Shades of Pale Rose #F3CDD0
Tints of Pale Rose #F3CDD0
RGB
CMYK
RGB Variations
Color information
#F3CDD0 (or 0xF3CDD0) is known color: Pale Rose. HEX triplet: F3, CD and D0. RGB value is (243,205,208). Sum of RGB (Red+Green+Blue) = 243+205+208=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDD0 is #0C322F. Grayscale: #D8D8D8. Windows color (decimal): -799280 or 13684211. OLE color: 13684211.
HSL color Cylindrical-coordinate representation of color #F3CDD0: hue angle of 355.26º 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 #F3CDD0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 208 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 355.26º | 0.61% | 0.88% | - |
| HSV(B) | 355.26º | 0.16% | 0.95% | - |
| XYZ | 70.18 | 67.27 | 68.96 | - |
| YUV | 216.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 208 | 0 | 0.16 | 0.14 | 0.05 | 355.26 | 0.61 | 0.88 |
| Hex | F3 | CD | D0 | 0 | 10 | E | 5 | 163 | 3D | 58 |
| Octal | 363 | 315 | 320 | 0 | 20 | 16 | 5 | 543 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11010000 | 0 | 10000 | 1110 | 101 | 101100011 | 111101 | 1011000 |
Color Harmonies of #F3CDD0
Complementary color
Monochromatic Colors of #F3CDD0
Black with #F3CDD0
Text Example
Text Example
White with #F3CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDD0; }
p { color: rgb(243,205,208); }
H1.HeaderClassName
{
color: #F3CDD0;
}
.AnyTagClassName
{
color: #F3CDD0;
}
</style>
background-color css
<style>
a { background-color: #F3CDD0; }
a { background-color: rgb(243,205,208); }
div.DivClassName
{
background-color: #F3CDD0;
}
.BgClassName
{
background-color: #F3CDD0;
}
</style>
border-color css
<style>
span { border-color: #F3CDD0; }
span { border-color: rgb(243,205,208); }
td.TdClassName
{
border-color: #F3CDD0;
}
.TagClassName
{
border-color: #F3CDD0;
}
</style>