Shades of Pippin #FCDAD3
Tints of Pippin #FCDAD3
RGB
CMYK
RGB Variations
Color information
#FCDAD3 (or 0xFCDAD3) is known color: Pippin. HEX triplet: FC, DA and D3. RGB value is (252,218,211). Sum of RGB (Red+Green+Blue) = 252+218+211=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD3 is #03252C. Grayscale: #E3E3E3. Windows color (decimal): -206125 or 13884156. OLE color: 13884156.
HSL color Cylindrical-coordinate representation of color #FCDAD3: hue angle of 10.24º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCDAD3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 211 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.01 |
| HSL | 10.24º | 0.87% | 0.91% | - |
| HSV(B) | 10.24º | 0.16% | 0.99% | - |
| XYZ | 76.97 | 75.54 | 72.15 | - |
| YUV | 227.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 211 | 0 | 0.13 | 0.16 | 0.01 | 10.24 | 0.87 | 0.91 |
| Hex | FC | DA | D3 | 0 | D | 10 | 1 | A | 57 | 5B |
| Octal | 374 | 332 | 323 | 0 | 15 | 20 | 1 | 12 | 127 | 133 |
| Binary | 11111100 | 11011010 | 11010011 | 0 | 1101 | 10000 | 1 | 1010 | 1010111 | 1011011 |
Color Harmonies of #FCDAD3
Complementary color
Monochromatic Colors of #FCDAD3
Black with #FCDAD3
Text Example
Text Example
White with #FCDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAD3; }
p { color: rgb(252,218,211); }
H1.HeaderClassName
{
color: #FCDAD3;
}
.AnyTagClassName
{
color: #FCDAD3;
}
</style>
background-color css
<style>
a { background-color: #FCDAD3; }
a { background-color: rgb(252,218,211); }
div.DivClassName
{
background-color: #FCDAD3;
}
.BgClassName
{
background-color: #FCDAD3;
}
</style>
border-color css
<style>
span { border-color: #FCDAD3; }
span { border-color: rgb(252,218,211); }
td.TdClassName
{
border-color: #FCDAD3;
}
.TagClassName
{
border-color: #FCDAD3;
}
</style>