Shades of Carousel Pink #FBDFE5
Tints of Carousel Pink #FBDFE5
RGB
CMYK
RGB Variations
Color information
#FBDFE5 (or 0xFBDFE5) is known color: Carousel Pink. HEX triplet: FB, DF and E5. RGB value is (251,223,229). Sum of RGB (Red+Green+Blue) = 251+223+229=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE5 is #04201A. Grayscale: #E8E8E8. Windows color (decimal): -270363 or 15065083. OLE color: 15065083.
HSL color Cylindrical-coordinate representation of color #FBDFE5: hue angle of 347.14º 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 #FBDFE5 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 229 | - |
CMYK | 0 | 0.11 | 0.09 | 0.02 |
HSL | 347.14º | 0.78% | 0.93% | - |
HSV(B) | 347.14º | 0.11% | 0.98% | - |
XYZ | 80.31 | 78.94 | 85.13 | - |
YUV | 232.06 | 126.28 | 141.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 229 | 0 | 0.11 | 0.09 | 0.02 | 347.14 | 0.78 | 0.93 |
Hex | FB | DF | E5 | 0 | B | 9 | 2 | 15B | 4E | 5D |
Octal | 373 | 337 | 345 | 0 | 13 | 11 | 2 | 533 | 116 | 135 |
Binary | 11111011 | 11011111 | 11100101 | 0 | 1011 | 1001 | 10 | 101011011 | 1001110 | 1011101 |
Color Harmonies of #FBDFE5
Complementary color
Monochromatic Colors of #FBDFE5
Black with #FBDFE5
Text Example
Text Example
White with #FBDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFE5; }
p { color: rgb(251,223,229); }
H1.HeaderClassName
{
color: #FBDFE5;
}
.AnyTagClassName
{
color: #FBDFE5;
}
</style>
background-color css
<style>
a { background-color: #FBDFE5; }
a { background-color: rgb(251,223,229); }
div.DivClassName
{
background-color: #FBDFE5;
}
.BgClassName
{
background-color: #FBDFE5;
}
</style>
border-color css
<style>
span { border-color: #FBDFE5; }
span { border-color: rgb(251,223,229); }
td.TdClassName
{
border-color: #FBDFE5;
}
.TagClassName
{
border-color: #FBDFE5;
}
</style>