Shades of Pale Pink #FCDFE2
Tints of Pale Pink #FCDFE2
RGB
CMYK
RGB Variations
Color information
#FCDFE2 (or 0xFCDFE2) is known color: Pale Pink. HEX triplet: FC, DF and E2. RGB value is (252,223,226). Sum of RGB (Red+Green+Blue) = 252+223+226=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFE2 is #03201D. Grayscale: #E8E8E8. Windows color (decimal): -204830 or 14868476. OLE color: 14868476.
HSL color Cylindrical-coordinate representation of color #FCDFE2: hue angle of 353.79º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDFE2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 226 | - |
CMYK | 0 | 0.12 | 0.10 | 0.01 |
HSL | 353.79º | 0.83% | 0.93% | - |
HSV(B) | 353.79º | 0.12% | 0.99% | - |
XYZ | 80.26 | 78.96 | 82.96 | - |
YUV | 232.01 | 124.61 | 142.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 226 | 0 | 0.12 | 0.10 | 0.01 | 353.79 | 0.83 | 0.93 |
Hex | FC | DF | E2 | 0 | C | A | 1 | 162 | 53 | 5D |
Octal | 374 | 337 | 342 | 0 | 14 | 12 | 1 | 542 | 123 | 135 |
Binary | 11111100 | 11011111 | 11100010 | 0 | 1100 | 1010 | 1 | 101100010 | 1010011 | 1011101 |
Color Harmonies of #FCDFE2
Complementary color
Monochromatic Colors of #FCDFE2
Black with #FCDFE2
Text Example
Text Example
White with #FCDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE2; }
p { color: rgb(252,223,226); }
H1.HeaderClassName
{
color: #FCDFE2;
}
.AnyTagClassName
{
color: #FCDFE2;
}
</style>
background-color css
<style>
a { background-color: #FCDFE2; }
a { background-color: rgb(252,223,226); }
div.DivClassName
{
background-color: #FCDFE2;
}
.BgClassName
{
background-color: #FCDFE2;
}
</style>
border-color css
<style>
span { border-color: #FCDFE2; }
span { border-color: rgb(252,223,226); }
td.TdClassName
{
border-color: #FCDFE2;
}
.TagClassName
{
border-color: #FCDFE2;
}
</style>