Shades of Carousel Pink #FBD6DF
Tints of Carousel Pink #FBD6DF
RGB
CMYK
RGB Variations
Color information
#FBD6DF (or 0xFBD6DF) is known color: Carousel Pink. HEX triplet: FB, D6 and DF. RGB value is (251,214,223). Sum of RGB (Red+Green+Blue) = 251+214+223=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6DF is #042920. Grayscale: #E2E2E2. Windows color (decimal): -272673 or 14669563. OLE color: 14669563.
HSL color Cylindrical-coordinate representation of color #FBD6DF: hue angle of 345.41º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD6DF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 214 | 223 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.02 |
| HSL | 345.41º | 0.82% | 0.91% | - |
| HSV(B) | 345.41º | 0.15% | 0.98% | - |
| XYZ | 77.15 | 73.93 | 80.02 | - |
| YUV | 226.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 214 | 223 | 0 | 0.15 | 0.11 | 0.02 | 345.41 | 0.82 | 0.91 |
| Hex | FB | D6 | DF | 0 | F | B | 2 | 159 | 52 | 5B |
| Octal | 373 | 326 | 337 | 0 | 17 | 13 | 2 | 531 | 122 | 133 |
| Binary | 11111011 | 11010110 | 11011111 | 0 | 1111 | 1011 | 10 | 101011001 | 1010010 | 1011011 |
Color Harmonies of #FBD6DF
Complementary color
Monochromatic Colors of #FBD6DF
Black with #FBD6DF
Text Example
Text Example
White with #FBD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD6DF; }
p { color: rgb(251,214,223); }
H1.HeaderClassName
{
color: #FBD6DF;
}
.AnyTagClassName
{
color: #FBD6DF;
}
</style>
background-color css
<style>
a { background-color: #FBD6DF; }
a { background-color: rgb(251,214,223); }
div.DivClassName
{
background-color: #FBD6DF;
}
.BgClassName
{
background-color: #FBD6DF;
}
</style>
border-color css
<style>
span { border-color: #FBD6DF; }
span { border-color: rgb(251,214,223); }
td.TdClassName
{
border-color: #FBD6DF;
}
.TagClassName
{
border-color: #FBD6DF;
}
</style>