Shades of Pig Pink #F8DBEE
Tints of Pig Pink #F8DBEE
RGB
CMYK
RGB Variations
Color information
#F8DBEE (or 0xF8DBEE) is known color: Pig Pink. HEX triplet: F8, DB and EE. RGB value is (248,219,238). Sum of RGB (Red+Green+Blue) = 248+219+238=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBEE is #072411. Grayscale: #E5E5E5. Windows color (decimal): -467986 or 15653880. OLE color: 15653880.
HSL color Cylindrical-coordinate representation of color #F8DBEE: hue angle of 320.69º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBEE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 219 | 238 | - |
CMYK | 0 | 0.12 | 0.04 | 0.03 |
HSL | 320.69º | 0.67% | 0.92% | - |
HSV(B) | 320.69º | 0.12% | 0.97% | - |
XYZ | 79.48 | 76.79 | 91.52 | - |
YUV | 229.84 | 132.61 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 219 | 238 | 0 | 0.12 | 0.04 | 0.03 | 320.69 | 0.67 | 0.92 |
Hex | F8 | DB | EE | 0 | C | 4 | 3 | 141 | 43 | 5C |
Octal | 370 | 333 | 356 | 0 | 14 | 4 | 3 | 501 | 103 | 134 |
Binary | 11111000 | 11011011 | 11101110 | 0 | 1100 | 100 | 11 | 101000001 | 1000011 | 1011100 |
Color Harmonies of #F8DBEE
Complementary color
Monochromatic Colors of #F8DBEE
Black with #F8DBEE
Text Example
Text Example
White with #F8DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBEE; }
p { color: rgb(248,219,238); }
H1.HeaderClassName
{
color: #F8DBEE;
}
.AnyTagClassName
{
color: #F8DBEE;
}
</style>
background-color css
<style>
a { background-color: #F8DBEE; }
a { background-color: rgb(248,219,238); }
div.DivClassName
{
background-color: #F8DBEE;
}
.BgClassName
{
background-color: #F8DBEE;
}
</style>
border-color css
<style>
span { border-color: #F8DBEE; }
span { border-color: rgb(248,219,238); }
td.TdClassName
{
border-color: #F8DBEE;
}
.TagClassName
{
border-color: #F8DBEE;
}
</style>