Shades of Selago #FBDAF9
Tints of Selago #FBDAF9
RGB
CMYK
RGB Variations
Color information
#FBDAF9 (or 0xFBDAF9) is known color: Selago. HEX triplet: FB, DA and F9. RGB value is (251,218,249). Sum of RGB (Red+Green+Blue) = 251+218+249=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAF9 is #042506. Grayscale: #E7E7E7. Windows color (decimal): -271623 or 16374523. OLE color: 16374523.
HSL color Cylindrical-coordinate representation of color #FBDAF9: hue angle of 303.64º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAF9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 218 | 249 | - |
CMYK | 0 | 0.13 | 0.01 | 0.02 |
HSL | 303.64º | 0.8% | 0.92% | - |
HSV(B) | 303.64º | 0.13% | 0.98% | - |
XYZ | 81.95 | 77.49 | 100.26 | - |
YUV | 231.4 | 137.93 | 141.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 218 | 249 | 0 | 0.13 | 0.01 | 0.02 | 303.64 | 0.8 | 0.92 |
Hex | FB | DA | F9 | 0 | D | 1 | 2 | 130 | 50 | 5C |
Octal | 373 | 332 | 371 | 0 | 15 | 1 | 2 | 460 | 120 | 134 |
Binary | 11111011 | 11011010 | 11111001 | 0 | 1101 | 1 | 10 | 100110000 | 1010000 | 1011100 |
Color Harmonies of #FBDAF9
Complementary color
Monochromatic Colors of #FBDAF9
Black with #FBDAF9
Text Example
Text Example
White with #FBDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAF9; }
p { color: rgb(251,218,249); }
H1.HeaderClassName
{
color: #FBDAF9;
}
.AnyTagClassName
{
color: #FBDAF9;
}
</style>
background-color css
<style>
a { background-color: #FBDAF9; }
a { background-color: rgb(251,218,249); }
div.DivClassName
{
background-color: #FBDAF9;
}
.BgClassName
{
background-color: #FBDAF9;
}
</style>
border-color css
<style>
span { border-color: #FBDAF9; }
span { border-color: rgb(251,218,249); }
td.TdClassName
{
border-color: #FBDAF9;
}
.TagClassName
{
border-color: #FBDAF9;
}
</style>