Shades of Classic Rose #F2CDE5
Tints of Classic Rose #F2CDE5
RGB
CMYK
RGB Variations
Color information
#F2CDE5 (or 0xF2CDE5) is known color: Classic Rose. HEX triplet: F2, CD and E5. RGB value is (242,205,229). Sum of RGB (Red+Green+Blue) = 242+205+229=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDE5 is #0D321A. Grayscale: #DADADA. Windows color (decimal): -864795 or 15060466. OLE color: 15060466.
HSL color Cylindrical-coordinate representation of color #F2CDE5: hue angle of 321.08º 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 #F2CDE5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 229 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 321.08º | 0.59% | 0.88% | - |
| HSV(B) | 321.08º | 0.15% | 0.95% | - |
| XYZ | 72.59 | 68.2 | 83.47 | - |
| YUV | 218.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 229 | 0 | 0.15 | 0.05 | 0.05 | 321.08 | 0.59 | 0.88 |
| Hex | F2 | CD | E5 | 0 | F | 5 | 5 | 141 | 3B | 58 |
| Octal | 362 | 315 | 345 | 0 | 17 | 5 | 5 | 501 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11100101 | 0 | 1111 | 101 | 101 | 101000001 | 111011 | 1011000 |
Color Harmonies of #F2CDE5
Complementary color
Monochromatic Colors of #F2CDE5
Black with #F2CDE5
Text Example
Text Example
White with #F2CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDE5; }
p { color: rgb(242,205,229); }
H1.HeaderClassName
{
color: #F2CDE5;
}
.AnyTagClassName
{
color: #F2CDE5;
}
</style>
background-color css
<style>
a { background-color: #F2CDE5; }
a { background-color: rgb(242,205,229); }
div.DivClassName
{
background-color: #F2CDE5;
}
.BgClassName
{
background-color: #F2CDE5;
}
</style>
border-color css
<style>
span { border-color: #F2CDE5; }
span { border-color: rgb(242,205,229); }
td.TdClassName
{
border-color: #F2CDE5;
}
.TagClassName
{
border-color: #F2CDE5;
}
</style>