Shades of Pale Rose #F3CED3
Tints of Pale Rose #F3CED3
RGB
CMYK
RGB Variations
Color information
#F3CED3 (or 0xF3CED3) is known color: Pale Rose. HEX triplet: F3, CE and D3. RGB value is (243,206,211). Sum of RGB (Red+Green+Blue) = 243+206+211=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CED3 is #0C312C. Grayscale: #D9D9D9. Windows color (decimal): -799021 or 13881075. OLE color: 13881075.
HSL color Cylindrical-coordinate representation of color #F3CED3: hue angle of 351.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CED3 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 211 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.05 |
| HSL | 351.89º | 0.61% | 0.88% | - |
| HSV(B) | 351.89º | 0.15% | 0.95% | - |
| XYZ | 70.79 | 67.9 | 71 | - |
| YUV | 217.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 211 | 0 | 0.15 | 0.13 | 0.05 | 351.89 | 0.61 | 0.88 |
| Hex | F3 | CE | D3 | 0 | F | D | 5 | 160 | 3D | 58 |
| Octal | 363 | 316 | 323 | 0 | 17 | 15 | 5 | 540 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11010011 | 0 | 1111 | 1101 | 101 | 101100000 | 111101 | 1011000 |
Color Harmonies of #F3CED3
Complementary color
Monochromatic Colors of #F3CED3
Black with #F3CED3
Text Example
Text Example
White with #F3CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CED3; }
p { color: rgb(243,206,211); }
H1.HeaderClassName
{
color: #F3CED3;
}
.AnyTagClassName
{
color: #F3CED3;
}
</style>
background-color css
<style>
a { background-color: #F3CED3; }
a { background-color: rgb(243,206,211); }
div.DivClassName
{
background-color: #F3CED3;
}
.BgClassName
{
background-color: #F3CED3;
}
</style>
border-color css
<style>
span { border-color: #F3CED3; }
span { border-color: rgb(243,206,211); }
td.TdClassName
{
border-color: #F3CED3;
}
.TagClassName
{
border-color: #F3CED3;
}
</style>