Shades of Pig Pink #FFDAF0
Tints of Pig Pink #FFDAF0
RGB
CMYK
RGB Variations
Color information
#FFDAF0 (or 0xFFDAF0) is known color: Pig Pink. HEX triplet: FF, DA and F0. RGB value is (255,218,240). Sum of RGB (Red+Green+Blue) = 255+218+240=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF0 is #00250F. Grayscale: #E7E7E7. Windows color (decimal): -9488 or 15784703. OLE color: 15784703.
HSL color Cylindrical-coordinate representation of color #FFDAF0: hue angle of 324.32º 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 #FFDAF0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 240 | - |
| CMYK | 0 | 0.15 | 0.06 | 0 |
| HSL | 324.32º | 1% | 0.93% | - |
| HSV(B) | 324.32º | 0.15% | 1% | - |
| XYZ | 82.04 | 77.69 | 93.11 | - |
| YUV | 231.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 240 | 0 | 0.15 | 0.06 | 0 | 324.32 | 1 | 0.93 |
| Hex | FF | DA | F0 | 0 | F | 6 | 0 | 144 | 64 | 5D |
| Octal | 377 | 332 | 360 | 0 | 17 | 6 | 0 | 504 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11110000 | 0 | 1111 | 110 | 0 | 101000100 | 1100100 | 1011101 |
Color Harmonies of #FFDAF0
Complementary color
Monochromatic Colors of #FFDAF0
Black with #FFDAF0
Text Example
Text Example
White with #FFDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAF0; }
p { color: rgb(255,218,240); }
H1.HeaderClassName
{
color: #FFDAF0;
}
.AnyTagClassName
{
color: #FFDAF0;
}
</style>
background-color css
<style>
a { background-color: #FFDAF0; }
a { background-color: rgb(255,218,240); }
div.DivClassName
{
background-color: #FFDAF0;
}
.BgClassName
{
background-color: #FFDAF0;
}
</style>
border-color css
<style>
span { border-color: #FFDAF0; }
span { border-color: rgb(255,218,240); }
td.TdClassName
{
border-color: #FFDAF0;
}
.TagClassName
{
border-color: #FFDAF0;
}
</style>