Shades of Pig Pink #FFDAF5
Tints of Pig Pink #FFDAF5
RGB
CMYK
RGB Variations
Color information
#FFDAF5 (or 0xFFDAF5) is known color: Pig Pink. HEX triplet: FF, DA and F5. RGB value is (255,218,245). Sum of RGB (Red+Green+Blue) = 255+218+245=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF5 is #00250A. Grayscale: #E8E8E8. Windows color (decimal): -9483 or 16112383. OLE color: 16112383.
HSL color Cylindrical-coordinate representation of color #FFDAF5: hue angle of 316.22º 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 #FFDAF5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 245 | - |
| CMYK | 0 | 0.15 | 0.04 | 0 |
| HSL | 316.22º | 1% | 0.93% | - |
| HSV(B) | 316.22º | 0.15% | 1% | - |
| XYZ | 82.79 | 78 | 97.08 | - |
| YUV | 232.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 245 | 0 | 0.15 | 0.04 | 0 | 316.22 | 1 | 0.93 |
| Hex | FF | DA | F5 | 0 | F | 4 | 0 | 13C | 64 | 5D |
| Octal | 377 | 332 | 365 | 0 | 17 | 4 | 0 | 474 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11110101 | 0 | 1111 | 100 | 0 | 100111100 | 1100100 | 1011101 |
Color Harmonies of #FFDAF5
Complementary color
Monochromatic Colors of #FFDAF5
Black with #FFDAF5
Text Example
Text Example
White with #FFDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAF5; }
p { color: rgb(255,218,245); }
H1.HeaderClassName
{
color: #FFDAF5;
}
.AnyTagClassName
{
color: #FFDAF5;
}
</style>
background-color css
<style>
a { background-color: #FFDAF5; }
a { background-color: rgb(255,218,245); }
div.DivClassName
{
background-color: #FFDAF5;
}
.BgClassName
{
background-color: #FFDAF5;
}
</style>
border-color css
<style>
span { border-color: #FFDAF5; }
span { border-color: rgb(255,218,245); }
td.TdClassName
{
border-color: #FFDAF5;
}
.TagClassName
{
border-color: #FFDAF5;
}
</style>