Shades of Pig Pink #FFDAF3
Tints of Pig Pink #FFDAF3
RGB
CMYK
RGB Variations
Color information
#FFDAF3 (or 0xFFDAF3) is known color: Pig Pink. HEX triplet: FF, DA and F3. RGB value is (255,218,243). Sum of RGB (Red+Green+Blue) = 255+218+243=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF3 is #00250C. Grayscale: #E7E7E7. Windows color (decimal): -9485 or 15981311. OLE color: 15981311.
HSL color Cylindrical-coordinate representation of color #FFDAF3: hue angle of 319.46º 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 #FFDAF3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 243 | - |
| CMYK | 0 | 0.15 | 0.05 | 0 |
| HSL | 319.46º | 1% | 0.93% | - |
| HSV(B) | 319.46º | 0.15% | 1% | - |
| XYZ | 82.49 | 77.87 | 95.48 | - |
| YUV | 231.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 243 | 0 | 0.15 | 0.05 | 0 | 319.46 | 1 | 0.93 |
| Hex | FF | DA | F3 | 0 | F | 5 | 0 | 13F | 64 | 5D |
| Octal | 377 | 332 | 363 | 0 | 17 | 5 | 0 | 477 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11110011 | 0 | 1111 | 101 | 0 | 100111111 | 1100100 | 1011101 |
Color Harmonies of #FFDAF3
Complementary color
Monochromatic Colors of #FFDAF3
Black with #FFDAF3
Text Example
Text Example
White with #FFDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAF3; }
p { color: rgb(255,218,243); }
H1.HeaderClassName
{
color: #FFDAF3;
}
.AnyTagClassName
{
color: #FFDAF3;
}
</style>
background-color css
<style>
a { background-color: #FFDAF3; }
a { background-color: rgb(255,218,243); }
div.DivClassName
{
background-color: #FFDAF3;
}
.BgClassName
{
background-color: #FFDAF3;
}
</style>
border-color css
<style>
span { border-color: #FFDAF3; }
span { border-color: rgb(255,218,243); }
td.TdClassName
{
border-color: #FFDAF3;
}
.TagClassName
{
border-color: #FFDAF3;
}
</style>