Shades of Classic Rose #FBCDF0
Tints of Classic Rose #FBCDF0
RGB
CMYK
RGB Variations
Color information
#FBCDF0 (or 0xFBCDF0) is known color: Classic Rose. HEX triplet: FB, CD and F0. RGB value is (251,205,240). Sum of RGB (Red+Green+Blue) = 251+205+240=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF0 is #04320F. Grayscale: #DEDEDE. Windows color (decimal): -274960 or 15781371. OLE color: 15781371.
HSL color Cylindrical-coordinate representation of color #FBCDF0: hue angle of 314.35º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDF0 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 240 | - |
CMYK | 0 | 0.18 | 0.04 | 0.02 |
HSL | 314.35º | 0.85% | 0.89% | - |
HSV(B) | 314.35º | 0.18% | 0.98% | - |
XYZ | 77.34 | 70.46 | 91.96 | - |
YUV | 222.74 | 137.74 | 148.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 240 | 0 | 0.18 | 0.04 | 0.02 | 314.35 | 0.85 | 0.89 |
Hex | FB | CD | F0 | 0 | 12 | 4 | 2 | 13A | 55 | 59 |
Octal | 373 | 315 | 360 | 0 | 22 | 4 | 2 | 472 | 125 | 131 |
Binary | 11111011 | 11001101 | 11110000 | 0 | 10010 | 100 | 10 | 100111010 | 1010101 | 1011001 |
Color Harmonies of #FBCDF0
Complementary color
Monochromatic Colors of #FBCDF0
Black with #FBCDF0
Text Example
Text Example
White with #FBCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDF0; }
p { color: rgb(251,205,240); }
H1.HeaderClassName
{
color: #FBCDF0;
}
.AnyTagClassName
{
color: #FBCDF0;
}
</style>
background-color css
<style>
a { background-color: #FBCDF0; }
a { background-color: rgb(251,205,240); }
div.DivClassName
{
background-color: #FBCDF0;
}
.BgClassName
{
background-color: #FBCDF0;
}
</style>
border-color css
<style>
span { border-color: #FBCDF0; }
span { border-color: rgb(251,205,240); }
td.TdClassName
{
border-color: #FBCDF0;
}
.TagClassName
{
border-color: #FBCDF0;
}
</style>