Shades of Pale Rose #F5CFD3
Tints of Pale Rose #F5CFD3
RGB
CMYK
RGB Variations
Color information
#F5CFD3 (or 0xF5CFD3) is known color: Pale Rose. HEX triplet: F5, CF and D3. RGB value is (245,207,211). Sum of RGB (Red+Green+Blue) = 245+207+211=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFD3 is #0A302C. Grayscale: #DADADA. Windows color (decimal): -667693 or 13881333. OLE color: 13881333.
HSL color Cylindrical-coordinate representation of color #F5CFD3: hue angle of 353.68º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFD3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 211 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.04 |
| HSL | 353.68º | 0.66% | 0.89% | - |
| HSV(B) | 353.68º | 0.16% | 0.96% | - |
| XYZ | 71.73 | 68.74 | 71.12 | - |
| YUV | 218.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 211 | 0 | 0.16 | 0.14 | 0.04 | 353.68 | 0.66 | 0.89 |
| Hex | F5 | CF | D3 | 0 | 10 | E | 4 | 162 | 42 | 59 |
| Octal | 365 | 317 | 323 | 0 | 20 | 16 | 4 | 542 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11010011 | 0 | 10000 | 1110 | 100 | 101100010 | 1000010 | 1011001 |
Color Harmonies of #F5CFD3
Complementary color
Monochromatic Colors of #F5CFD3
Black with #F5CFD3
Text Example
Text Example
White with #F5CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFD3; }
p { color: rgb(245,207,211); }
H1.HeaderClassName
{
color: #F5CFD3;
}
.AnyTagClassName
{
color: #F5CFD3;
}
</style>
background-color css
<style>
a { background-color: #F5CFD3; }
a { background-color: rgb(245,207,211); }
div.DivClassName
{
background-color: #F5CFD3;
}
.BgClassName
{
background-color: #F5CFD3;
}
</style>
border-color css
<style>
span { border-color: #F5CFD3; }
span { border-color: rgb(245,207,211); }
td.TdClassName
{
border-color: #F5CFD3;
}
.TagClassName
{
border-color: #F5CFD3;
}
</style>