Shades of Pig Pink #FBDFF1
Tints of Pig Pink #FBDFF1
RGB
CMYK
RGB Variations
Color information
#FBDFF1 (or 0xFBDFF1) is known color: Pig Pink. HEX triplet: FB, DF and F1. RGB value is (251,223,241). Sum of RGB (Red+Green+Blue) = 251+223+241=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF1 is #04200E. Grayscale: #E9E9E9. Windows color (decimal): -270351 or 15851515. OLE color: 15851515.
HSL color Cylindrical-coordinate representation of color #FBDFF1: hue angle of 321.43º 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 #FBDFF1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 241 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.02 |
| HSL | 321.43º | 0.78% | 0.93% | - |
| HSV(B) | 321.43º | 0.11% | 0.98% | - |
| XYZ | 82.05 | 79.64 | 94.27 | - |
| YUV | 233.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 241 | 0 | 0.11 | 0.04 | 0.02 | 321.43 | 0.78 | 0.93 |
| Hex | FB | DF | F1 | 0 | B | 4 | 2 | 141 | 4E | 5D |
| Octal | 373 | 337 | 361 | 0 | 13 | 4 | 2 | 501 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11110001 | 0 | 1011 | 100 | 10 | 101000001 | 1001110 | 1011101 |
Color Harmonies of #FBDFF1
Complementary color
Monochromatic Colors of #FBDFF1
Black with #FBDFF1
Text Example
Text Example
White with #FBDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFF1; }
p { color: rgb(251,223,241); }
H1.HeaderClassName
{
color: #FBDFF1;
}
.AnyTagClassName
{
color: #FBDFF1;
}
</style>
background-color css
<style>
a { background-color: #FBDFF1; }
a { background-color: rgb(251,223,241); }
div.DivClassName
{
background-color: #FBDFF1;
}
.BgClassName
{
background-color: #FBDFF1;
}
</style>
border-color css
<style>
span { border-color: #FBDFF1; }
span { border-color: rgb(251,223,241); }
td.TdClassName
{
border-color: #FBDFF1;
}
.TagClassName
{
border-color: #FBDFF1;
}
</style>