Shades of Classic Rose #FECBF0
Tints of Classic Rose #FECBF0
RGB
CMYK
RGB Variations
Color information
#FECBF0 (or 0xFECBF0) is known color: Classic Rose. HEX triplet: FE, CB and F0. RGB value is (254,203,240). Sum of RGB (Red+Green+Blue) = 254+203+240=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF0 is #01340F. Grayscale: #DEDEDE. Windows color (decimal): -78864 or 15780862. OLE color: 15780862.
HSL color Cylindrical-coordinate representation of color #FECBF0: hue angle of 316.47º 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 #FECBF0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 240 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.00 |
| HSL | 316.47º | 0.96% | 0.9% | - |
| HSV(B) | 316.47º | 0.2% | 1% | - |
| XYZ | 77.96 | 70.07 | 91.85 | - |
| YUV | 222.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 240 | 0 | 0.20 | 0.06 | 0.00 | 316.47 | 0.96 | 0.9 |
| Hex | FE | CB | F0 | 0 | 14 | 6 | 0 | 13C | 60 | 5A |
| Octal | 376 | 313 | 360 | 0 | 24 | 6 | 0 | 474 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11110000 | 0 | 10100 | 110 | 0 | 100111100 | 1100000 | 1011010 |
Color Harmonies of #FECBF0
Complementary color
Monochromatic Colors of #FECBF0
Black with #FECBF0
Text Example
Text Example
White with #FECBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBF0; }
p { color: rgb(254,203,240); }
H1.HeaderClassName
{
color: #FECBF0;
}
.AnyTagClassName
{
color: #FECBF0;
}
</style>
background-color css
<style>
a { background-color: #FECBF0; }
a { background-color: rgb(254,203,240); }
div.DivClassName
{
background-color: #FECBF0;
}
.BgClassName
{
background-color: #FECBF0;
}
</style>
border-color css
<style>
span { border-color: #FECBF0; }
span { border-color: rgb(254,203,240); }
td.TdClassName
{
border-color: #FECBF0;
}
.TagClassName
{
border-color: #FECBF0;
}
</style>