Shades of Pig Pink #FEDFF2
Tints of Pig Pink #FEDFF2
RGB
CMYK
RGB Variations
Color information
#FEDFF2 (or 0xFEDFF2) is known color: Pig Pink. HEX triplet: FE, DF and F2. RGB value is (254,223,242). Sum of RGB (Red+Green+Blue) = 254+223+242=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF2 is #01200D. Grayscale: #EAEAEA. Windows color (decimal): -73742 or 15917054. OLE color: 15917054.
HSL color Cylindrical-coordinate representation of color #FEDFF2: hue angle of 323.23º 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 #FEDFF2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 242 | - |
CMYK | 0 | 0.12 | 0.05 | 0.00 |
HSL | 323.23º | 0.94% | 0.94% | - |
HSV(B) | 323.23º | 0.12% | 1% | - |
XYZ | 83.29 | 80.26 | 95.11 | - |
YUV | 234.44 | 132.27 | 141.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 242 | 0 | 0.12 | 0.05 | 0.00 | 323.23 | 0.94 | 0.94 |
Hex | FE | DF | F2 | 0 | C | 5 | 0 | 143 | 5E | 5E |
Octal | 376 | 337 | 362 | 0 | 14 | 5 | 0 | 503 | 136 | 136 |
Binary | 11111110 | 11011111 | 11110010 | 0 | 1100 | 101 | 0 | 101000011 | 1011110 | 1011110 |
Color Harmonies of #FEDFF2
Complementary color
Monochromatic Colors of #FEDFF2
Black with #FEDFF2
Text Example
Text Example
White with #FEDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFF2; }
p { color: rgb(254,223,242); }
H1.HeaderClassName
{
color: #FEDFF2;
}
.AnyTagClassName
{
color: #FEDFF2;
}
</style>
background-color css
<style>
a { background-color: #FEDFF2; }
a { background-color: rgb(254,223,242); }
div.DivClassName
{
background-color: #FEDFF2;
}
.BgClassName
{
background-color: #FEDFF2;
}
</style>
border-color css
<style>
span { border-color: #FEDFF2; }
span { border-color: rgb(254,223,242); }
td.TdClassName
{
border-color: #FEDFF2;
}
.TagClassName
{
border-color: #FEDFF2;
}
</style>