Shades of Carousel Pink #FBE0E5
Tints of Carousel Pink #FBE0E5
RGB
CMYK
RGB Variations
Color information
#FBE0E5 (or 0xFBE0E5) is known color: Carousel Pink. HEX triplet: FB, E0 and E5. RGB value is (251,224,229). Sum of RGB (Red+Green+Blue) = 251+224+229=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E5 is #041F1A. Grayscale: #E8E8E8. Windows color (decimal): -270107 or 15065339. OLE color: 15065339.
HSL color Cylindrical-coordinate representation of color #FBE0E5: hue angle of 348.89º 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 #FBE0E5 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 224 | 229 | - |
CMYK | 0 | 0.11 | 0.09 | 0.02 |
HSL | 348.89º | 0.77% | 0.93% | - |
HSV(B) | 348.89º | 0.11% | 0.98% | - |
XYZ | 80.58 | 79.48 | 85.22 | - |
YUV | 232.64 | 125.95 | 141.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 224 | 229 | 0 | 0.11 | 0.09 | 0.02 | 348.89 | 0.77 | 0.93 |
Hex | FB | E0 | E5 | 0 | B | 9 | 2 | 15D | 4D | 5D |
Octal | 373 | 340 | 345 | 0 | 13 | 11 | 2 | 535 | 115 | 135 |
Binary | 11111011 | 11100000 | 11100101 | 0 | 1011 | 1001 | 10 | 101011101 | 1001101 | 1011101 |
Color Harmonies of #FBE0E5
Complementary color
Monochromatic Colors of #FBE0E5
Black with #FBE0E5
Text Example
Text Example
White with #FBE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0E5; }
p { color: rgb(251,224,229); }
H1.HeaderClassName
{
color: #FBE0E5;
}
.AnyTagClassName
{
color: #FBE0E5;
}
</style>
background-color css
<style>
a { background-color: #FBE0E5; }
a { background-color: rgb(251,224,229); }
div.DivClassName
{
background-color: #FBE0E5;
}
.BgClassName
{
background-color: #FBE0E5;
}
</style>
border-color css
<style>
span { border-color: #FBE0E5; }
span { border-color: rgb(251,224,229); }
td.TdClassName
{
border-color: #FBE0E5;
}
.TagClassName
{
border-color: #FBE0E5;
}
</style>