Shades of Pale Pink #FCE5E6
Tints of Pale Pink #FCE5E6
RGB
CMYK
RGB Variations
Color information
#FCE5E6 (or 0xFCE5E6) is known color: Pale Pink. HEX triplet: FC, E5 and E6. RGB value is (252,229,230). Sum of RGB (Red+Green+Blue) = 252+229+230=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 230 (90.23% from 255 or 32.35% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5E6 is #031A19. Grayscale: #ECECEC. Windows color (decimal): -203290 or 15132156. OLE color: 15132156.
HSL color Cylindrical-coordinate representation of color #FCE5E6: hue angle of 357.39º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE5E6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 230 | - |
CMYK | 0 | 0.09 | 0.09 | 0.01 |
HSL | 357.39º | 0.79% | 0.94% | - |
HSV(B) | 357.39º | 0.09% | 0.99% | - |
XYZ | 82.45 | 82.45 | 86.43 | - |
YUV | 235.99 | 124.62 | 139.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 230 | 0 | 0.09 | 0.09 | 0.01 | 357.39 | 0.79 | 0.94 |
Hex | FC | E5 | E6 | 0 | 9 | 9 | 1 | 165 | 4F | 5E |
Octal | 374 | 345 | 346 | 0 | 11 | 11 | 1 | 545 | 117 | 136 |
Binary | 11111100 | 11100101 | 11100110 | 0 | 1001 | 1001 | 1 | 101100101 | 1001111 | 1011110 |
Color Harmonies of #FCE5E6
Complementary color
Monochromatic Colors of #FCE5E6
Black with #FCE5E6
Text Example
Text Example
White with #FCE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5E6; }
p { color: rgb(252,229,230); }
H1.HeaderClassName
{
color: #FCE5E6;
}
.AnyTagClassName
{
color: #FCE5E6;
}
</style>
background-color css
<style>
a { background-color: #FCE5E6; }
a { background-color: rgb(252,229,230); }
div.DivClassName
{
background-color: #FCE5E6;
}
.BgClassName
{
background-color: #FCE5E6;
}
</style>
border-color css
<style>
span { border-color: #FCE5E6; }
span { border-color: rgb(252,229,230); }
td.TdClassName
{
border-color: #FCE5E6;
}
.TagClassName
{
border-color: #FCE5E6;
}
</style>