Shades of Pippin #FCDFD3
Tints of Pippin #FCDFD3
RGB
CMYK
RGB Variations
Color information
#FCDFD3 (or 0xFCDFD3) is known color: Pippin. HEX triplet: FC, DF and D3. RGB value is (252,223,211). Sum of RGB (Red+Green+Blue) = 252+223+211=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD3 is #03202C. Grayscale: #E6E6E6. Windows color (decimal): -204845 or 13885436. OLE color: 13885436.
HSL color Cylindrical-coordinate representation of color #FCDFD3: hue angle of 17.56º 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 #FCDFD3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 211 | - |
CMYK | 0 | 0.12 | 0.16 | 0.01 |
HSL | 17.56º | 0.87% | 0.91% | - |
HSV(B) | 17.56º | 0.16% | 0.99% | - |
XYZ | 78.29 | 78.17 | 72.59 | - |
YUV | 230.3 | 117.11 | 143.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 211 | 0 | 0.12 | 0.16 | 0.01 | 17.56 | 0.87 | 0.91 |
Hex | FC | DF | D3 | 0 | C | 10 | 1 | 12 | 57 | 5B |
Octal | 374 | 337 | 323 | 0 | 14 | 20 | 1 | 22 | 127 | 133 |
Binary | 11111100 | 11011111 | 11010011 | 0 | 1100 | 10000 | 1 | 10010 | 1010111 | 1011011 |
Color Harmonies of #FCDFD3
Complementary color
Monochromatic Colors of #FCDFD3
Black with #FCDFD3
Text Example
Text Example
White with #FCDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFD3; }
p { color: rgb(252,223,211); }
H1.HeaderClassName
{
color: #FCDFD3;
}
.AnyTagClassName
{
color: #FCDFD3;
}
</style>
background-color css
<style>
a { background-color: #FCDFD3; }
a { background-color: rgb(252,223,211); }
div.DivClassName
{
background-color: #FCDFD3;
}
.BgClassName
{
background-color: #FCDFD3;
}
</style>
border-color css
<style>
span { border-color: #FCDFD3; }
span { border-color: rgb(252,223,211); }
td.TdClassName
{
border-color: #FCDFD3;
}
.TagClassName
{
border-color: #FCDFD3;
}
</style>