Shades of Classic Rose #FBCAF0
Tints of Classic Rose #FBCAF0
RGB
CMYK
RGB Variations
Color information
#FBCAF0 (or 0xFBCAF0) is known color: Classic Rose. HEX triplet: FB, CA and F0. RGB value is (251,202,240). Sum of RGB (Red+Green+Blue) = 251+202+240=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAF0 is #04350F. Grayscale: #DCDCDC. Windows color (decimal): -275728 or 15780603. OLE color: 15780603.
HSL color Cylindrical-coordinate representation of color #FBCAF0: hue angle of 313.47º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAF0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 240 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.02 |
| HSL | 313.47º | 0.86% | 0.89% | - |
| HSV(B) | 313.47º | 0.2% | 0.98% | - |
| XYZ | 76.63 | 69.04 | 91.73 | - |
| YUV | 220.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 240 | 0 | 0.20 | 0.04 | 0.02 | 313.47 | 0.86 | 0.89 |
| Hex | FB | CA | F0 | 0 | 14 | 4 | 2 | 139 | 56 | 59 |
| Octal | 373 | 312 | 360 | 0 | 24 | 4 | 2 | 471 | 126 | 131 |
| Binary | 11111011 | 11001010 | 11110000 | 0 | 10100 | 100 | 10 | 100111001 | 1010110 | 1011001 |
Color Harmonies of #FBCAF0
Complementary color
Monochromatic Colors of #FBCAF0
Black with #FBCAF0
Text Example
Text Example
White with #FBCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAF0; }
p { color: rgb(251,202,240); }
H1.HeaderClassName
{
color: #FBCAF0;
}
.AnyTagClassName
{
color: #FBCAF0;
}
</style>
background-color css
<style>
a { background-color: #FBCAF0; }
a { background-color: rgb(251,202,240); }
div.DivClassName
{
background-color: #FBCAF0;
}
.BgClassName
{
background-color: #FBCAF0;
}
</style>
border-color css
<style>
span { border-color: #FBCAF0; }
span { border-color: rgb(251,202,240); }
td.TdClassName
{
border-color: #FBCAF0;
}
.TagClassName
{
border-color: #FBCAF0;
}
</style>