Shades of Pig Pink #FFD2ED
Tints of Pig Pink #FFD2ED
RGB
CMYK
RGB Variations
Color information
#FFD2ED (or 0xFFD2ED) is known color: Pig Pink. HEX triplet: FF, D2 and ED. RGB value is (255,210,237). Sum of RGB (Red+Green+Blue) = 255+210+237=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 210 (82.42% from 255 or 29.91% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2ED is #002D12. Grayscale: #E2E2E2. Windows color (decimal): -11539 or 15586047. OLE color: 15586047.
HSL color Cylindrical-coordinate representation of color #FFD2ED: hue angle of 324º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2ED is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 237 | - |
| CMYK | 0 | 0.18 | 0.07 | 0 |
| HSL | 324º | 1% | 0.91% | - |
| HSV(B) | 324º | 0.18% | 1% | - |
| XYZ | 79.57 | 73.47 | 90.11 | - |
| YUV | 226.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 237 | 0 | 0.18 | 0.07 | 0 | 324 | 1 | 0.91 |
| Hex | FF | D2 | ED | 0 | 12 | 7 | 0 | 144 | 64 | 5B |
| Octal | 377 | 322 | 355 | 0 | 22 | 7 | 0 | 504 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11101101 | 0 | 10010 | 111 | 0 | 101000100 | 1100100 | 1011011 |
Color Harmonies of #FFD2ED
Complementary color
Monochromatic Colors of #FFD2ED
Black with #FFD2ED
Text Example
Text Example
White with #FFD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2ED; }
p { color: rgb(255,210,237); }
H1.HeaderClassName
{
color: #FFD2ED;
}
.AnyTagClassName
{
color: #FFD2ED;
}
</style>
background-color css
<style>
a { background-color: #FFD2ED; }
a { background-color: rgb(255,210,237); }
div.DivClassName
{
background-color: #FFD2ED;
}
.BgClassName
{
background-color: #FFD2ED;
}
</style>
border-color css
<style>
span { border-color: #FFD2ED; }
span { border-color: rgb(255,210,237); }
td.TdClassName
{
border-color: #FFD2ED;
}
.TagClassName
{
border-color: #FFD2ED;
}
</style>