Shades of Pig Pink #FBD9E5
Tints of Pig Pink #FBD9E5
RGB
CMYK
RGB Variations
Color information
#FBD9E5 (or 0xFBD9E5) is known color: Pig Pink. HEX triplet: FB, D9 and E5. RGB value is (251,217,229). Sum of RGB (Red+Green+Blue) = 251+217+229=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9E5 is #04261A. Grayscale: #E4E4E4. Windows color (decimal): -271899 or 15063547. OLE color: 15063547.
HSL color Cylindrical-coordinate representation of color #FBD9E5: hue angle of 338.82º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD9E5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 217 | 229 | - |
CMYK | 0 | 0.14 | 0.09 | 0.02 |
HSL | 338.82º | 0.81% | 0.92% | - |
HSV(B) | 338.82º | 0.14% | 0.98% | - |
XYZ | 78.74 | 75.79 | 84.61 | - |
YUV | 228.53 | 128.26 | 144.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 217 | 229 | 0 | 0.14 | 0.09 | 0.02 | 338.82 | 0.81 | 0.92 |
Hex | FB | D9 | E5 | 0 | E | 9 | 2 | 153 | 51 | 5C |
Octal | 373 | 331 | 345 | 0 | 16 | 11 | 2 | 523 | 121 | 134 |
Binary | 11111011 | 11011001 | 11100101 | 0 | 1110 | 1001 | 10 | 101010011 | 1010001 | 1011100 |
Color Harmonies of #FBD9E5
Complementary color
Monochromatic Colors of #FBD9E5
Black with #FBD9E5
Text Example
Text Example
White with #FBD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD9E5; }
p { color: rgb(251,217,229); }
H1.HeaderClassName
{
color: #FBD9E5;
}
.AnyTagClassName
{
color: #FBD9E5;
}
</style>
background-color css
<style>
a { background-color: #FBD9E5; }
a { background-color: rgb(251,217,229); }
div.DivClassName
{
background-color: #FBD9E5;
}
.BgClassName
{
background-color: #FBD9E5;
}
</style>
border-color css
<style>
span { border-color: #FBD9E5; }
span { border-color: rgb(251,217,229); }
td.TdClassName
{
border-color: #FBD9E5;
}
.TagClassName
{
border-color: #FBD9E5;
}
</style>