Shades of Classic Rose #FBCCEA
Tints of Classic Rose #FBCCEA
RGB
CMYK
RGB Variations
Color information
#FBCCEA (or 0xFBCCEA) is known color: Classic Rose. HEX triplet: FB, CC and EA. RGB value is (251,204,234). Sum of RGB (Red+Green+Blue) = 251+204+234=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCEA is #043315. Grayscale: #DDDDDD. Windows color (decimal): -275222 or 15387899. OLE color: 15387899.
HSL color Cylindrical-coordinate representation of color #FBCCEA: hue angle of 321.7º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCEA is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 234 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.02 |
| HSL | 321.7º | 0.85% | 0.89% | - |
| HSV(B) | 321.7º | 0.19% | 0.98% | - |
| XYZ | 76.23 | 69.64 | 87.27 | - |
| YUV | 221.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 234 | 0 | 0.19 | 0.07 | 0.02 | 321.7 | 0.85 | 0.89 |
| Hex | FB | CC | EA | 0 | 13 | 7 | 2 | 142 | 55 | 59 |
| Octal | 373 | 314 | 352 | 0 | 23 | 7 | 2 | 502 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11101010 | 0 | 10011 | 111 | 10 | 101000010 | 1010101 | 1011001 |
Color Harmonies of #FBCCEA
Complementary color
Monochromatic Colors of #FBCCEA
Black with #FBCCEA
Text Example
Text Example
White with #FBCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCEA; }
p { color: rgb(251,204,234); }
H1.HeaderClassName
{
color: #FBCCEA;
}
.AnyTagClassName
{
color: #FBCCEA;
}
</style>
background-color css
<style>
a { background-color: #FBCCEA; }
a { background-color: rgb(251,204,234); }
div.DivClassName
{
background-color: #FBCCEA;
}
.BgClassName
{
background-color: #FBCCEA;
}
</style>
border-color css
<style>
span { border-color: #FBCCEA; }
span { border-color: rgb(251,204,234); }
td.TdClassName
{
border-color: #FBCCEA;
}
.TagClassName
{
border-color: #FBCCEA;
}
</style>