Shades of Carousel Pink #FBDFE4
Tints of Carousel Pink #FBDFE4
RGB
CMYK
RGB Variations
Color information
#FBDFE4 (or 0xFBDFE4) is known color: Carousel Pink. HEX triplet: FB, DF and E4. RGB value is (251,223,228). Sum of RGB (Red+Green+Blue) = 251+223+228=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE4 is #04201B. Grayscale: #E7E7E7. Windows color (decimal): -270364 or 14999547. OLE color: 14999547.
HSL color Cylindrical-coordinate representation of color #FBDFE4: hue angle of 349.29º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFE4 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 228 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.02 |
| HSL | 349.29º | 0.78% | 0.93% | - |
| HSV(B) | 349.29º | 0.11% | 0.98% | - |
| XYZ | 80.17 | 78.89 | 84.4 | - |
| YUV | 231.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 228 | 0 | 0.11 | 0.09 | 0.02 | 349.29 | 0.78 | 0.93 |
| Hex | FB | DF | E4 | 0 | B | 9 | 2 | 15D | 4E | 5D |
| Octal | 373 | 337 | 344 | 0 | 13 | 11 | 2 | 535 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11100100 | 0 | 1011 | 1001 | 10 | 101011101 | 1001110 | 1011101 |
Color Harmonies of #FBDFE4
Complementary color
Monochromatic Colors of #FBDFE4
Black with #FBDFE4
Text Example
Text Example
White with #FBDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFE4; }
p { color: rgb(251,223,228); }
H1.HeaderClassName
{
color: #FBDFE4;
}
.AnyTagClassName
{
color: #FBDFE4;
}
</style>
background-color css
<style>
a { background-color: #FBDFE4; }
a { background-color: rgb(251,223,228); }
div.DivClassName
{
background-color: #FBDFE4;
}
.BgClassName
{
background-color: #FBDFE4;
}
</style>
border-color css
<style>
span { border-color: #FBDFE4; }
span { border-color: rgb(251,223,228); }
td.TdClassName
{
border-color: #FBDFE4;
}
.TagClassName
{
border-color: #FBDFE4;
}
</style>