Shades of Carousel Pink #FBD5DE
Tints of Carousel Pink #FBD5DE
RGB
CMYK
RGB Variations
Color information
#FBD5DE (or 0xFBD5DE) is known color: Carousel Pink. HEX triplet: FB, D5 and DE. RGB value is (251,213,222). Sum of RGB (Red+Green+Blue) = 251+213+222=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5DE is #042A21. Grayscale: #E1E1E1. Windows color (decimal): -272930 or 14603771. OLE color: 14603771.
HSL color Cylindrical-coordinate representation of color #FBD5DE: hue angle of 345.79º degrees, saturation: 0.83, 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 #FBD5DE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 213 | 222 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.02 |
| HSL | 345.79º | 0.83% | 0.91% | - |
| HSV(B) | 345.79º | 0.15% | 0.98% | - |
| XYZ | 76.76 | 73.37 | 79.22 | - |
| YUV | 225.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 213 | 222 | 0 | 0.15 | 0.12 | 0.02 | 345.79 | 0.83 | 0.91 |
| Hex | FB | D5 | DE | 0 | F | C | 2 | 15A | 53 | 5B |
| Octal | 373 | 325 | 336 | 0 | 17 | 14 | 2 | 532 | 123 | 133 |
| Binary | 11111011 | 11010101 | 11011110 | 0 | 1111 | 1100 | 10 | 101011010 | 1010011 | 1011011 |
Color Harmonies of #FBD5DE
Complementary color
Monochromatic Colors of #FBD5DE
Black with #FBD5DE
Text Example
Text Example
White with #FBD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD5DE; }
p { color: rgb(251,213,222); }
H1.HeaderClassName
{
color: #FBD5DE;
}
.AnyTagClassName
{
color: #FBD5DE;
}
</style>
background-color css
<style>
a { background-color: #FBD5DE; }
a { background-color: rgb(251,213,222); }
div.DivClassName
{
background-color: #FBD5DE;
}
.BgClassName
{
background-color: #FBD5DE;
}
</style>
border-color css
<style>
span { border-color: #FBD5DE; }
span { border-color: rgb(251,213,222); }
td.TdClassName
{
border-color: #FBD5DE;
}
.TagClassName
{
border-color: #FBD5DE;
}
</style>