Shades of Classic Rose #FBD1ED
Tints of Classic Rose #FBD1ED
RGB
CMYK
RGB Variations
Color information
#FBD1ED (or 0xFBD1ED) is known color: Classic Rose. HEX triplet: FB, D1 and ED. RGB value is (251,209,237). Sum of RGB (Red+Green+Blue) = 251+209+237=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1ED is #042E12. Grayscale: #E0E0E0. Windows color (decimal): -273939 or 15585787. OLE color: 15585787.
HSL color Cylindrical-coordinate representation of color #FBD1ED: hue angle of 320º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 209 | 237 | - |
CMYK | 0 | 0.17 | 0.06 | 0.02 |
HSL | 320º | 0.84% | 0.9% | - |
HSV(B) | 320º | 0.17% | 0.98% | - |
XYZ | 77.87 | 72.22 | 89.96 | - |
YUV | 224.75 | 134.91 | 146.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 209 | 237 | 0 | 0.17 | 0.06 | 0.02 | 320 | 0.84 | 0.9 |
Hex | FB | D1 | ED | 0 | 11 | 6 | 2 | 140 | 54 | 5A |
Octal | 373 | 321 | 355 | 0 | 21 | 6 | 2 | 500 | 124 | 132 |
Binary | 11111011 | 11010001 | 11101101 | 0 | 10001 | 110 | 10 | 101000000 | 1010100 | 1011010 |
Color Harmonies of #FBD1ED
Complementary color
Monochromatic Colors of #FBD1ED
Black with #FBD1ED
Text Example
Text Example
White with #FBD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD1ED; }
p { color: rgb(251,209,237); }
H1.HeaderClassName
{
color: #FBD1ED;
}
.AnyTagClassName
{
color: #FBD1ED;
}
</style>
background-color css
<style>
a { background-color: #FBD1ED; }
a { background-color: rgb(251,209,237); }
div.DivClassName
{
background-color: #FBD1ED;
}
.BgClassName
{
background-color: #FBD1ED;
}
</style>
border-color css
<style>
span { border-color: #FBD1ED; }
span { border-color: rgb(251,209,237); }
td.TdClassName
{
border-color: #FBD1ED;
}
.TagClassName
{
border-color: #FBD1ED;
}
</style>