Shades of Pale Pink #FBDFE0
Tints of Pale Pink #FBDFE0
RGB
CMYK
RGB Variations
Color information
#FBDFE0 (or 0xFBDFE0) is known color: Pale Pink. HEX triplet: FB, DF and E0. RGB value is (251,223,224). Sum of RGB (Red+Green+Blue) = 251+223+224=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE0 is #04201F. Grayscale: #E7E7E7. Windows color (decimal): -270368 or 14737403. OLE color: 14737403.
HSL color Cylindrical-coordinate representation of color #FBDFE0: hue angle of 357.86º 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 #FBDFE0 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 224 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.02 |
| HSL | 357.86º | 0.78% | 0.93% | - |
| HSV(B) | 357.86º | 0.11% | 0.98% | - |
| XYZ | 79.63 | 78.67 | 81.51 | - |
| YUV | 231.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 224 | 0 | 0.11 | 0.11 | 0.02 | 357.86 | 0.78 | 0.93 |
| Hex | FB | DF | E0 | 0 | B | B | 2 | 166 | 4E | 5D |
| Octal | 373 | 337 | 340 | 0 | 13 | 13 | 2 | 546 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11100000 | 0 | 1011 | 1011 | 10 | 101100110 | 1001110 | 1011101 |
Color Harmonies of #FBDFE0
Complementary color
Monochromatic Colors of #FBDFE0
Black with #FBDFE0
Text Example
Text Example
White with #FBDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFE0; }
p { color: rgb(251,223,224); }
H1.HeaderClassName
{
color: #FBDFE0;
}
.AnyTagClassName
{
color: #FBDFE0;
}
</style>
background-color css
<style>
a { background-color: #FBDFE0; }
a { background-color: rgb(251,223,224); }
div.DivClassName
{
background-color: #FBDFE0;
}
.BgClassName
{
background-color: #FBDFE0;
}
</style>
border-color css
<style>
span { border-color: #FBDFE0; }
span { border-color: rgb(251,223,224); }
td.TdClassName
{
border-color: #FBDFE0;
}
.TagClassName
{
border-color: #FBDFE0;
}
</style>