Shades of Pig Pink #FBDDF3
Tints of Pig Pink #FBDDF3
RGB
CMYK
RGB Variations
Color information
#FBDDF3 (or 0xFBDDF3) is known color: Pig Pink. HEX triplet: FB, DD and F3. RGB value is (251,221,243). Sum of RGB (Red+Green+Blue) = 251+221+243=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDF3 is #04220C. Grayscale: #E8E8E8. Windows color (decimal): -270861 or 15982075. OLE color: 15982075.
HSL color Cylindrical-coordinate representation of color #FBDDF3: hue angle of 316º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDDF3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 221 | 243 | - |
CMYK | 0 | 0.12 | 0.03 | 0.02 |
HSL | 316º | 0.79% | 0.93% | - |
HSV(B) | 316º | 0.12% | 0.98% | - |
XYZ | 81.82 | 78.69 | 95.67 | - |
YUV | 232.48 | 133.94 | 141.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 221 | 243 | 0 | 0.12 | 0.03 | 0.02 | 316 | 0.79 | 0.93 |
Hex | FB | DD | F3 | 0 | C | 3 | 2 | 13C | 4F | 5D |
Octal | 373 | 335 | 363 | 0 | 14 | 3 | 2 | 474 | 117 | 135 |
Binary | 11111011 | 11011101 | 11110011 | 0 | 1100 | 11 | 10 | 100111100 | 1001111 | 1011101 |
Color Harmonies of #FBDDF3
Complementary color
Monochromatic Colors of #FBDDF3
Black with #FBDDF3
Text Example
Text Example
White with #FBDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDF3; }
p { color: rgb(251,221,243); }
H1.HeaderClassName
{
color: #FBDDF3;
}
.AnyTagClassName
{
color: #FBDDF3;
}
</style>
background-color css
<style>
a { background-color: #FBDDF3; }
a { background-color: rgb(251,221,243); }
div.DivClassName
{
background-color: #FBDDF3;
}
.BgClassName
{
background-color: #FBDDF3;
}
</style>
border-color css
<style>
span { border-color: #FBDDF3; }
span { border-color: rgb(251,221,243); }
td.TdClassName
{
border-color: #FBDDF3;
}
.TagClassName
{
border-color: #FBDDF3;
}
</style>