Shades of Classic Rose #FBCFEA
Tints of Classic Rose #FBCFEA
RGB
CMYK
RGB Variations
Color information
#FBCFEA (or 0xFBCFEA) is known color: Classic Rose. HEX triplet: FB, CF and EA. RGB value is (251,207,234). Sum of RGB (Red+Green+Blue) = 251+207+234=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFEA is #043015. Grayscale: #DFDFDF. Windows color (decimal): -274454 or 15388667. OLE color: 15388667.
HSL color Cylindrical-coordinate representation of color #FBCFEA: hue angle of 323.18º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFEA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 234 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.02 |
| HSL | 323.18º | 0.85% | 0.9% | - |
| HSV(B) | 323.18º | 0.18% | 0.98% | - |
| XYZ | 76.95 | 71.08 | 87.51 | - |
| YUV | 223.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 234 | 0 | 0.18 | 0.07 | 0.02 | 323.18 | 0.85 | 0.9 |
| Hex | FB | CF | EA | 0 | 12 | 7 | 2 | 143 | 55 | 5A |
| Octal | 373 | 317 | 352 | 0 | 22 | 7 | 2 | 503 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11101010 | 0 | 10010 | 111 | 10 | 101000011 | 1010101 | 1011010 |
Color Harmonies of #FBCFEA
Complementary color
Monochromatic Colors of #FBCFEA
Black with #FBCFEA
Text Example
Text Example
White with #FBCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFEA; }
p { color: rgb(251,207,234); }
H1.HeaderClassName
{
color: #FBCFEA;
}
.AnyTagClassName
{
color: #FBCFEA;
}
</style>
background-color css
<style>
a { background-color: #FBCFEA; }
a { background-color: rgb(251,207,234); }
div.DivClassName
{
background-color: #FBCFEA;
}
.BgClassName
{
background-color: #FBCFEA;
}
</style>
border-color css
<style>
span { border-color: #FBCFEA; }
span { border-color: rgb(251,207,234); }
td.TdClassName
{
border-color: #FBCFEA;
}
.TagClassName
{
border-color: #FBCFEA;
}
</style>