Shades of Pale Rose #F2CDCF
Tints of Pale Rose #F2CDCF
RGB
CMYK
RGB Variations
Color information
#F2CDCF (or 0xF2CDCF) is known color: Pale Rose. HEX triplet: F2, CD and CF. RGB value is (242,205,207). Sum of RGB (Red+Green+Blue) = 242+205+207=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDCF is #0D3230. Grayscale: #D8D8D8. Windows color (decimal): -864817 or 13618674. OLE color: 13618674.
HSL color Cylindrical-coordinate representation of color #F2CDCF: hue angle of 356.76º degrees, saturation: 0.59, 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 #F2CDCF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 207 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.05 |
| HSL | 356.76º | 0.59% | 0.88% | - |
| HSV(B) | 356.76º | 0.15% | 0.95% | - |
| XYZ | 69.71 | 67.04 | 68.3 | - |
| YUV | 216.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 207 | 0 | 0.15 | 0.14 | 0.05 | 356.76 | 0.59 | 0.88 |
| Hex | F2 | CD | CF | 0 | F | E | 5 | 165 | 3B | 58 |
| Octal | 362 | 315 | 317 | 0 | 17 | 16 | 5 | 545 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11001111 | 0 | 1111 | 1110 | 101 | 101100101 | 111011 | 1011000 |
Color Harmonies of #F2CDCF
Complementary color
Monochromatic Colors of #F2CDCF
Black with #F2CDCF
Text Example
Text Example
White with #F2CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDCF; }
p { color: rgb(242,205,207); }
H1.HeaderClassName
{
color: #F2CDCF;
}
.AnyTagClassName
{
color: #F2CDCF;
}
</style>
background-color css
<style>
a { background-color: #F2CDCF; }
a { background-color: rgb(242,205,207); }
div.DivClassName
{
background-color: #F2CDCF;
}
.BgClassName
{
background-color: #F2CDCF;
}
</style>
border-color css
<style>
span { border-color: #F2CDCF; }
span { border-color: rgb(242,205,207); }
td.TdClassName
{
border-color: #F2CDCF;
}
.TagClassName
{
border-color: #F2CDCF;
}
</style>