Shades of Classic Rose #FECBE7
Tints of Classic Rose #FECBE7
RGB
CMYK
RGB Variations
Color information
#FECBE7 (or 0xFECBE7) is known color: Classic Rose. HEX triplet: FE, CB and E7. RGB value is (254,203,231). Sum of RGB (Red+Green+Blue) = 254+203+231=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBE7 is #013418. Grayscale: #DDDDDD. Windows color (decimal): -78873 or 15191038. OLE color: 15191038.
HSL color Cylindrical-coordinate representation of color #FECBE7: hue angle of 327.06º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBE7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 231 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.00 |
| HSL | 327.06º | 0.96% | 0.9% | - |
| HSV(B) | 327.06º | 0.2% | 1% | - |
| XYZ | 76.65 | 69.55 | 84.99 | - |
| YUV | 221.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 231 | 0 | 0.20 | 0.09 | 0.00 | 327.06 | 0.96 | 0.9 |
| Hex | FE | CB | E7 | 0 | 14 | 9 | 0 | 147 | 60 | 5A |
| Octal | 376 | 313 | 347 | 0 | 24 | 11 | 0 | 507 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11100111 | 0 | 10100 | 1001 | 0 | 101000111 | 1100000 | 1011010 |
Color Harmonies of #FECBE7
Complementary color
Monochromatic Colors of #FECBE7
Black with #FECBE7
Text Example
Text Example
White with #FECBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBE7; }
p { color: rgb(254,203,231); }
H1.HeaderClassName
{
color: #FECBE7;
}
.AnyTagClassName
{
color: #FECBE7;
}
</style>
background-color css
<style>
a { background-color: #FECBE7; }
a { background-color: rgb(254,203,231); }
div.DivClassName
{
background-color: #FECBE7;
}
.BgClassName
{
background-color: #FECBE7;
}
</style>
border-color css
<style>
span { border-color: #FECBE7; }
span { border-color: rgb(254,203,231); }
td.TdClassName
{
border-color: #FECBE7;
}
.TagClassName
{
border-color: #FECBE7;
}
</style>