Shades of Pig Pink #FBDFED
Tints of Pig Pink #FBDFED
RGB
CMYK
RGB Variations
Color information
#FBDFED (or 0xFBDFED) is known color: Pig Pink. HEX triplet: FB, DF and ED. RGB value is (251,223,237). Sum of RGB (Red+Green+Blue) = 251+223+237=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFED is #042012. Grayscale: #E8E8E8. Windows color (decimal): -270355 or 15589371. OLE color: 15589371.
HSL color Cylindrical-coordinate representation of color #FBDFED: hue angle of 330º 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 #FBDFED is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 237 | - |
CMYK | 0 | 0.11 | 0.06 | 0.02 |
HSL | 330º | 0.78% | 0.93% | - |
HSV(B) | 330º | 0.11% | 0.98% | - |
XYZ | 81.46 | 79.4 | 91.15 | - |
YUV | 232.97 | 130.28 | 140.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 237 | 0 | 0.11 | 0.06 | 0.02 | 330 | 0.78 | 0.93 |
Hex | FB | DF | ED | 0 | B | 6 | 2 | 14A | 4E | 5D |
Octal | 373 | 337 | 355 | 0 | 13 | 6 | 2 | 512 | 116 | 135 |
Binary | 11111011 | 11011111 | 11101101 | 0 | 1011 | 110 | 10 | 101001010 | 1001110 | 1011101 |
Color Harmonies of #FBDFED
Complementary color
Monochromatic Colors of #FBDFED
Black with #FBDFED
Text Example
Text Example
White with #FBDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFED; }
p { color: rgb(251,223,237); }
H1.HeaderClassName
{
color: #FBDFED;
}
.AnyTagClassName
{
color: #FBDFED;
}
</style>
background-color css
<style>
a { background-color: #FBDFED; }
a { background-color: rgb(251,223,237); }
div.DivClassName
{
background-color: #FBDFED;
}
.BgClassName
{
background-color: #FBDFED;
}
</style>
border-color css
<style>
span { border-color: #FBDFED; }
span { border-color: rgb(251,223,237); }
td.TdClassName
{
border-color: #FBDFED;
}
.TagClassName
{
border-color: #FBDFED;
}
</style>