Shades of Pig Pink #FEDBF0
Tints of Pig Pink #FEDBF0
RGB
CMYK
RGB Variations
Color information
#FEDBF0 (or 0xFEDBF0) is known color: Pig Pink. HEX triplet: FE, DB and F0. RGB value is (254,219,240). Sum of RGB (Red+Green+Blue) = 254+219+240=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF0 is #01240F. Grayscale: #E7E7E7. Windows color (decimal): -74768 or 15784958. OLE color: 15784958.
HSL color Cylindrical-coordinate representation of color #FEDBF0: hue angle of 324º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBF0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 219 | 240 | - |
CMYK | 0 | 0.14 | 0.06 | 0.00 |
HSL | 324º | 0.95% | 0.93% | - |
HSV(B) | 324º | 0.14% | 1% | - |
XYZ | 81.93 | 78.03 | 93.18 | - |
YUV | 231.86 | 132.6 | 143.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 219 | 240 | 0 | 0.14 | 0.06 | 0.00 | 324 | 0.95 | 0.93 |
Hex | FE | DB | F0 | 0 | E | 6 | 0 | 144 | 5F | 5D |
Octal | 376 | 333 | 360 | 0 | 16 | 6 | 0 | 504 | 137 | 135 |
Binary | 11111110 | 11011011 | 11110000 | 0 | 1110 | 110 | 0 | 101000100 | 1011111 | 1011101 |
Color Harmonies of #FEDBF0
Complementary color
Monochromatic Colors of #FEDBF0
Black with #FEDBF0
Text Example
Text Example
White with #FEDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBF0; }
p { color: rgb(254,219,240); }
H1.HeaderClassName
{
color: #FEDBF0;
}
.AnyTagClassName
{
color: #FEDBF0;
}
</style>
background-color css
<style>
a { background-color: #FEDBF0; }
a { background-color: rgb(254,219,240); }
div.DivClassName
{
background-color: #FEDBF0;
}
.BgClassName
{
background-color: #FEDBF0;
}
</style>
border-color css
<style>
span { border-color: #FEDBF0; }
span { border-color: rgb(254,219,240); }
td.TdClassName
{
border-color: #FEDBF0;
}
.TagClassName
{
border-color: #FEDBF0;
}
</style>