Shades of Classic Rose #FBCFEC
Tints of Classic Rose #FBCFEC
RGB
CMYK
RGB Variations
Color information
#FBCFEC (or 0xFBCFEC) is known color: Classic Rose. HEX triplet: FB, CF and EC. RGB value is (251,207,236). Sum of RGB (Red+Green+Blue) = 251+207+236=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFEC is #043013. Grayscale: #DFDFDF. Windows color (decimal): -274452 or 15519739. OLE color: 15519739.
HSL color Cylindrical-coordinate representation of color #FBCFEC: hue angle of 320.45º 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 #FBCFEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 207 | 236 | - |
CMYK | 0 | 0.18 | 0.06 | 0.02 |
HSL | 320.45º | 0.85% | 0.9% | - |
HSV(B) | 320.45º | 0.18% | 0.98% | - |
XYZ | 77.24 | 71.19 | 89.03 | - |
YUV | 223.46 | 135.08 | 147.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 207 | 236 | 0 | 0.18 | 0.06 | 0.02 | 320.45 | 0.85 | 0.9 |
Hex | FB | CF | EC | 0 | 12 | 6 | 2 | 140 | 55 | 5A |
Octal | 373 | 317 | 354 | 0 | 22 | 6 | 2 | 500 | 125 | 132 |
Binary | 11111011 | 11001111 | 11101100 | 0 | 10010 | 110 | 10 | 101000000 | 1010101 | 1011010 |
Color Harmonies of #FBCFEC
Complementary color
Monochromatic Colors of #FBCFEC
Black with #FBCFEC
Text Example
Text Example
White with #FBCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFEC; }
p { color: rgb(251,207,236); }
H1.HeaderClassName
{
color: #FBCFEC;
}
.AnyTagClassName
{
color: #FBCFEC;
}
</style>
background-color css
<style>
a { background-color: #FBCFEC; }
a { background-color: rgb(251,207,236); }
div.DivClassName
{
background-color: #FBCFEC;
}
.BgClassName
{
background-color: #FBCFEC;
}
</style>
border-color css
<style>
span { border-color: #FBCFEC; }
span { border-color: rgb(251,207,236); }
td.TdClassName
{
border-color: #FBCFEC;
}
.TagClassName
{
border-color: #FBCFEC;
}
</style>