Shades of Pig Pink #FEDFF3
Tints of Pig Pink #FEDFF3
RGB
CMYK
RGB Variations
Color information
#FEDFF3 (or 0xFEDFF3) is known color: Pig Pink. HEX triplet: FE, DF and F3. RGB value is (254,223,243). Sum of RGB (Red+Green+Blue) = 254+223+243=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF3 is #01200C. Grayscale: #EAEAEA. Windows color (decimal): -73741 or 15982590. OLE color: 15982590.
HSL color Cylindrical-coordinate representation of color #FEDFF3: hue angle of 321.29º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFF3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 243 | - |
CMYK | 0 | 0.12 | 0.04 | 0.00 |
HSL | 321.29º | 0.94% | 0.94% | - |
HSV(B) | 321.29º | 0.12% | 1% | - |
XYZ | 83.44 | 80.32 | 95.9 | - |
YUV | 234.55 | 132.77 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 243 | 0 | 0.12 | 0.04 | 0.00 | 321.29 | 0.94 | 0.94 |
Hex | FE | DF | F3 | 0 | C | 4 | 0 | 141 | 5E | 5E |
Octal | 376 | 337 | 363 | 0 | 14 | 4 | 0 | 501 | 136 | 136 |
Binary | 11111110 | 11011111 | 11110011 | 0 | 1100 | 100 | 0 | 101000001 | 1011110 | 1011110 |
Color Harmonies of #FEDFF3
Complementary color
Monochromatic Colors of #FEDFF3
Black with #FEDFF3
Text Example
Text Example
White with #FEDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFF3; }
p { color: rgb(254,223,243); }
H1.HeaderClassName
{
color: #FEDFF3;
}
.AnyTagClassName
{
color: #FEDFF3;
}
</style>
background-color css
<style>
a { background-color: #FEDFF3; }
a { background-color: rgb(254,223,243); }
div.DivClassName
{
background-color: #FEDFF3;
}
.BgClassName
{
background-color: #FEDFF3;
}
</style>
border-color css
<style>
span { border-color: #FEDFF3; }
span { border-color: rgb(254,223,243); }
td.TdClassName
{
border-color: #FEDFF3;
}
.TagClassName
{
border-color: #FEDFF3;
}
</style>