Shades of Classic Rose #FECBF3
Tints of Classic Rose #FECBF3
RGB
CMYK
RGB Variations
Color information
#FECBF3 (or 0xFECBF3) is known color: Classic Rose. HEX triplet: FE, CB and F3. RGB value is (254,203,243). Sum of RGB (Red+Green+Blue) = 254+203+243=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 203 (79.69% from 255 or 29% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF3 is #01340C. Grayscale: #DEDEDE. Windows color (decimal): -78861 or 15977470. OLE color: 15977470.
HSL color Cylindrical-coordinate representation of color #FECBF3: hue angle of 312.94º 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 #FECBF3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 243 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.00 |
| HSL | 312.94º | 0.96% | 0.9% | - |
| HSV(B) | 312.94º | 0.2% | 1% | - |
| XYZ | 78.41 | 70.25 | 94.22 | - |
| YUV | 222.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 243 | 0 | 0.20 | 0.04 | 0.00 | 312.94 | 0.96 | 0.9 |
| Hex | FE | CB | F3 | 0 | 14 | 4 | 0 | 139 | 60 | 5A |
| Octal | 376 | 313 | 363 | 0 | 24 | 4 | 0 | 471 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11110011 | 0 | 10100 | 100 | 0 | 100111001 | 1100000 | 1011010 |
Color Harmonies of #FECBF3
Complementary color
Monochromatic Colors of #FECBF3
Black with #FECBF3
Text Example
Text Example
White with #FECBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBF3; }
p { color: rgb(254,203,243); }
H1.HeaderClassName
{
color: #FECBF3;
}
.AnyTagClassName
{
color: #FECBF3;
}
</style>
background-color css
<style>
a { background-color: #FECBF3; }
a { background-color: rgb(254,203,243); }
div.DivClassName
{
background-color: #FECBF3;
}
.BgClassName
{
background-color: #FECBF3;
}
</style>
border-color css
<style>
span { border-color: #FECBF3; }
span { border-color: rgb(254,203,243); }
td.TdClassName
{
border-color: #FECBF3;
}
.TagClassName
{
border-color: #FECBF3;
}
</style>