Shades of Carousel Pink #FBE0E4
Tints of Carousel Pink #FBE0E4
RGB
CMYK
RGB Variations
Color information
#FBE0E4 (or 0xFBE0E4) is known color: Carousel Pink. HEX triplet: FB, E0 and E4. RGB value is (251,224,228). Sum of RGB (Red+Green+Blue) = 251+224+228=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E4 is #041F1B. Grayscale: #E8E8E8. Windows color (decimal): -270108 or 14999803. OLE color: 14999803.
HSL color Cylindrical-coordinate representation of color #FBE0E4: hue angle of 351.11º degrees, saturation: 0.77, 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 #FBE0E4 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 228 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.02 |
| HSL | 351.11º | 0.77% | 0.93% | - |
| HSV(B) | 351.11º | 0.11% | 0.98% | - |
| XYZ | 80.44 | 79.42 | 84.49 | - |
| YUV | 232.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 228 | 0 | 0.11 | 0.09 | 0.02 | 351.11 | 0.77 | 0.93 |
| Hex | FB | E0 | E4 | 0 | B | 9 | 2 | 15F | 4D | 5D |
| Octal | 373 | 340 | 344 | 0 | 13 | 11 | 2 | 537 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11100100 | 0 | 1011 | 1001 | 10 | 101011111 | 1001101 | 1011101 |
Color Harmonies of #FBE0E4
Complementary color
Monochromatic Colors of #FBE0E4
Black with #FBE0E4
Text Example
Text Example
White with #FBE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0E4; }
p { color: rgb(251,224,228); }
H1.HeaderClassName
{
color: #FBE0E4;
}
.AnyTagClassName
{
color: #FBE0E4;
}
</style>
background-color css
<style>
a { background-color: #FBE0E4; }
a { background-color: rgb(251,224,228); }
div.DivClassName
{
background-color: #FBE0E4;
}
.BgClassName
{
background-color: #FBE0E4;
}
</style>
border-color css
<style>
span { border-color: #FBE0E4; }
span { border-color: rgb(251,224,228); }
td.TdClassName
{
border-color: #FBE0E4;
}
.TagClassName
{
border-color: #FBE0E4;
}
</style>