Shades of Pig Pink #FFDAF2
Tints of Pig Pink #FFDAF2
RGB
CMYK
RGB Variations
Color information
#FFDAF2 (or 0xFFDAF2) is known color: Pig Pink. HEX triplet: FF, DA and F2. RGB value is (255,218,242). Sum of RGB (Red+Green+Blue) = 255+218+242=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF2 is #00250D. Grayscale: #E7E7E7. Windows color (decimal): -9486 or 15915775. OLE color: 15915775.
HSL color Cylindrical-coordinate representation of color #FFDAF2: hue angle of 321.08º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAF2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 242 | - |
| CMYK | 0 | 0.15 | 0.05 | 0 |
| HSL | 321.08º | 1% | 0.93% | - |
| HSV(B) | 321.08º | 0.15% | 1% | - |
| XYZ | 82.34 | 77.81 | 94.68 | - |
| YUV | 231.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 242 | 0 | 0.15 | 0.05 | 0 | 321.08 | 1 | 0.93 |
| Hex | FF | DA | F2 | 0 | F | 5 | 0 | 141 | 64 | 5D |
| Octal | 377 | 332 | 362 | 0 | 17 | 5 | 0 | 501 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11110010 | 0 | 1111 | 101 | 0 | 101000001 | 1100100 | 1011101 |
Color Harmonies of #FFDAF2
Complementary color
Monochromatic Colors of #FFDAF2
Black with #FFDAF2
Text Example
Text Example
White with #FFDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAF2; }
p { color: rgb(255,218,242); }
H1.HeaderClassName
{
color: #FFDAF2;
}
.AnyTagClassName
{
color: #FFDAF2;
}
</style>
background-color css
<style>
a { background-color: #FFDAF2; }
a { background-color: rgb(255,218,242); }
div.DivClassName
{
background-color: #FFDAF2;
}
.BgClassName
{
background-color: #FFDAF2;
}
</style>
border-color css
<style>
span { border-color: #FFDAF2; }
span { border-color: rgb(255,218,242); }
td.TdClassName
{
border-color: #FFDAF2;
}
.TagClassName
{
border-color: #FFDAF2;
}
</style>