Shades of Carousel Pink #FBDADF
Tints of Carousel Pink #FBDADF
RGB
CMYK
RGB Variations
Color information
#FBDADF (or 0xFBDADF) is known color: Carousel Pink. HEX triplet: FB, DA and DF. RGB value is (251,218,223). Sum of RGB (Red+Green+Blue) = 251+218+223=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDADF is #042520. Grayscale: #E4E4E4. Windows color (decimal): -271649 or 14670587. OLE color: 14670587.
HSL color Cylindrical-coordinate representation of color #FBDADF: hue angle of 350.91º 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 #FBDADF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 223 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.02 |
| HSL | 350.91º | 0.8% | 0.92% | - |
| HSV(B) | 350.91º | 0.13% | 0.98% | - |
| XYZ | 78.17 | 75.98 | 80.36 | - |
| YUV | 228.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 223 | 0 | 0.13 | 0.11 | 0.02 | 350.91 | 0.8 | 0.92 |
| Hex | FB | DA | DF | 0 | D | B | 2 | 15F | 50 | 5C |
| Octal | 373 | 332 | 337 | 0 | 15 | 13 | 2 | 537 | 120 | 134 |
| Binary | 11111011 | 11011010 | 11011111 | 0 | 1101 | 1011 | 10 | 101011111 | 1010000 | 1011100 |
Color Harmonies of #FBDADF
Complementary color
Monochromatic Colors of #FBDADF
Black with #FBDADF
Text Example
Text Example
White with #FBDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDADF; }
p { color: rgb(251,218,223); }
H1.HeaderClassName
{
color: #FBDADF;
}
.AnyTagClassName
{
color: #FBDADF;
}
</style>
background-color css
<style>
a { background-color: #FBDADF; }
a { background-color: rgb(251,218,223); }
div.DivClassName
{
background-color: #FBDADF;
}
.BgClassName
{
background-color: #FBDADF;
}
</style>
border-color css
<style>
span { border-color: #FBDADF; }
span { border-color: rgb(251,218,223); }
td.TdClassName
{
border-color: #FBDADF;
}
.TagClassName
{
border-color: #FBDADF;
}
</style>