Shades of Pig Pink #FBDAED
Tints of Pig Pink #FBDAED
RGB
CMYK
RGB Variations
Color information
#FBDAED (or 0xFBDAED) is known color: Pig Pink. HEX triplet: FB, DA and ED. RGB value is (251,218,237). Sum of RGB (Red+Green+Blue) = 251+218+237=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAED is #042512. Grayscale: #E5E5E5. Windows color (decimal): -271635 or 15588091. OLE color: 15588091.
HSL color Cylindrical-coordinate representation of color #FBDAED: hue angle of 325.45º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAED is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 218 | 237 | - |
CMYK | 0 | 0.13 | 0.06 | 0.02 |
HSL | 325.45º | 0.8% | 0.92% | - |
HSV(B) | 325.45º | 0.13% | 0.98% | - |
XYZ | 80.14 | 76.77 | 90.71 | - |
YUV | 230.03 | 131.93 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 218 | 237 | 0 | 0.13 | 0.06 | 0.02 | 325.45 | 0.8 | 0.92 |
Hex | FB | DA | ED | 0 | D | 6 | 2 | 145 | 50 | 5C |
Octal | 373 | 332 | 355 | 0 | 15 | 6 | 2 | 505 | 120 | 134 |
Binary | 11111011 | 11011010 | 11101101 | 0 | 1101 | 110 | 10 | 101000101 | 1010000 | 1011100 |
Color Harmonies of #FBDAED
Complementary color
Monochromatic Colors of #FBDAED
Black with #FBDAED
Text Example
Text Example
White with #FBDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAED; }
p { color: rgb(251,218,237); }
H1.HeaderClassName
{
color: #FBDAED;
}
.AnyTagClassName
{
color: #FBDAED;
}
</style>
background-color css
<style>
a { background-color: #FBDAED; }
a { background-color: rgb(251,218,237); }
div.DivClassName
{
background-color: #FBDAED;
}
.BgClassName
{
background-color: #FBDAED;
}
</style>
border-color css
<style>
span { border-color: #FBDAED; }
span { border-color: rgb(251,218,237); }
td.TdClassName
{
border-color: #FBDAED;
}
.TagClassName
{
border-color: #FBDAED;
}
</style>