Shades of Pale Rose #F3CDD1
Tints of Pale Rose #F3CDD1
RGB
CMYK
RGB Variations
Color information
#F3CDD1 (or 0xF3CDD1) is known color: Pale Rose. HEX triplet: F3, CD and D1. RGB value is (243,205,209). Sum of RGB (Red+Green+Blue) = 243+205+209=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDD1 is #0C322E. Grayscale: #D8D8D8. Windows color (decimal): -799279 or 13749747. OLE color: 13749747.
HSL color Cylindrical-coordinate representation of color #F3CDD1: hue angle of 353.68º 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 #F3CDD1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 209 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 353.68º | 0.61% | 0.88% | - |
| HSV(B) | 353.68º | 0.16% | 0.95% | - |
| XYZ | 70.3 | 67.32 | 69.61 | - |
| YUV | 216.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 209 | 0 | 0.16 | 0.14 | 0.05 | 353.68 | 0.61 | 0.88 |
| Hex | F3 | CD | D1 | 0 | 10 | E | 5 | 162 | 3D | 58 |
| Octal | 363 | 315 | 321 | 0 | 20 | 16 | 5 | 542 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11010001 | 0 | 10000 | 1110 | 101 | 101100010 | 111101 | 1011000 |
Color Harmonies of #F3CDD1
Complementary color
Monochromatic Colors of #F3CDD1
Black with #F3CDD1
Text Example
Text Example
White with #F3CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDD1; }
p { color: rgb(243,205,209); }
H1.HeaderClassName
{
color: #F3CDD1;
}
.AnyTagClassName
{
color: #F3CDD1;
}
</style>
background-color css
<style>
a { background-color: #F3CDD1; }
a { background-color: rgb(243,205,209); }
div.DivClassName
{
background-color: #F3CDD1;
}
.BgClassName
{
background-color: #F3CDD1;
}
</style>
border-color css
<style>
span { border-color: #F3CDD1; }
span { border-color: rgb(243,205,209); }
td.TdClassName
{
border-color: #F3CDD1;
}
.TagClassName
{
border-color: #F3CDD1;
}
</style>