Shades of Classic Rose #FFC7EE
Tints of Classic Rose #FFC7EE
RGB
CMYK
RGB Variations
Color information
#FFC7EE (or 0xFFC7EE) is known color: Classic Rose. HEX triplet: FF, C7 and EE. RGB value is (255,199,238). Sum of RGB (Red+Green+Blue) = 255+199+238=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 199 (78.12% from 255 or 28.76% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7EE is #003811. Grayscale: #DCDCDC. Windows color (decimal): -14354 or 15648767. OLE color: 15648767.
HSL color Cylindrical-coordinate representation of color #FFC7EE: hue angle of 318.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7EE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 199 | 238 | - |
CMYK | 0 | 0.22 | 0.07 | 0 |
HSL | 318.21º | 1% | 0.89% | - |
HSV(B) | 318.21º | 0.22% | 1% | - |
XYZ | 77.1 | 68.28 | 90 | - |
YUV | 220.19 | 138.05 | 152.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 199 | 238 | 0 | 0.22 | 0.07 | 0 | 318.21 | 1 | 0.89 |
Hex | FF | C7 | EE | 0 | 16 | 7 | 0 | 13E | 64 | 59 |
Octal | 377 | 307 | 356 | 0 | 26 | 7 | 0 | 476 | 144 | 131 |
Binary | 11111111 | 11000111 | 11101110 | 0 | 10110 | 111 | 0 | 100111110 | 1100100 | 1011001 |
Color Harmonies of #FFC7EE
Complementary color
Monochromatic Colors of #FFC7EE
Black with #FFC7EE
Text Example
Text Example
White with #FFC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7EE; }
p { color: rgb(255,199,238); }
H1.HeaderClassName
{
color: #FFC7EE;
}
.AnyTagClassName
{
color: #FFC7EE;
}
</style>
background-color css
<style>
a { background-color: #FFC7EE; }
a { background-color: rgb(255,199,238); }
div.DivClassName
{
background-color: #FFC7EE;
}
.BgClassName
{
background-color: #FFC7EE;
}
</style>
border-color css
<style>
span { border-color: #FFC7EE; }
span { border-color: rgb(255,199,238); }
td.TdClassName
{
border-color: #FFC7EE;
}
.TagClassName
{
border-color: #FFC7EE;
}
</style>