Shades of Pig Pink #FFD4ED
Tints of Pig Pink #FFD4ED
RGB
CMYK
RGB Variations
Color information
#FFD4ED (or 0xFFD4ED) is known color: Pig Pink. HEX triplet: FF, D4 and ED. RGB value is (255,212,237). Sum of RGB (Red+Green+Blue) = 255+212+237=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4ED is #002B12. Grayscale: #E3E3E3. Windows color (decimal): -11027 or 15586559. OLE color: 15586559.
HSL color Cylindrical-coordinate representation of color #FFD4ED: hue angle of 325.12º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4ED is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 212 | 237 | - |
CMYK | 0 | 0.17 | 0.07 | 0 |
HSL | 325.12º | 1% | 0.92% | - |
HSV(B) | 325.12º | 0.17% | 1% | - |
XYZ | 80.07 | 74.46 | 90.27 | - |
YUV | 227.71 | 133.25 | 147.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 212 | 237 | 0 | 0.17 | 0.07 | 0 | 325.12 | 1 | 0.92 |
Hex | FF | D4 | ED | 0 | 11 | 7 | 0 | 145 | 64 | 5C |
Octal | 377 | 324 | 355 | 0 | 21 | 7 | 0 | 505 | 144 | 134 |
Binary | 11111111 | 11010100 | 11101101 | 0 | 10001 | 111 | 0 | 101000101 | 1100100 | 1011100 |
Color Harmonies of #FFD4ED
Complementary color
Monochromatic Colors of #FFD4ED
Black with #FFD4ED
Text Example
Text Example
White with #FFD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4ED; }
p { color: rgb(255,212,237); }
H1.HeaderClassName
{
color: #FFD4ED;
}
.AnyTagClassName
{
color: #FFD4ED;
}
</style>
background-color css
<style>
a { background-color: #FFD4ED; }
a { background-color: rgb(255,212,237); }
div.DivClassName
{
background-color: #FFD4ED;
}
.BgClassName
{
background-color: #FFD4ED;
}
</style>
border-color css
<style>
span { border-color: #FFD4ED; }
span { border-color: rgb(255,212,237); }
td.TdClassName
{
border-color: #FFD4ED;
}
.TagClassName
{
border-color: #FFD4ED;
}
</style>