Shades of Carousel Pink #FCE5E7
Tints of Carousel Pink #FCE5E7
RGB
CMYK
RGB Variations
Color information
#FCE5E7 (or 0xFCE5E7) is known color: Carousel Pink. HEX triplet: FC, E5 and E7. RGB value is (252,229,231). Sum of RGB (Red+Green+Blue) = 252+229+231=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5E7 is #031A18. Grayscale: #ECECEC. Windows color (decimal): -203289 or 15197692. OLE color: 15197692.
HSL color Cylindrical-coordinate representation of color #FCE5E7: hue angle of 354.78º 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 #FCE5E7 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 231 | - |
CMYK | 0 | 0.09 | 0.08 | 0.01 |
HSL | 354.78º | 0.79% | 0.94% | - |
HSV(B) | 354.78º | 0.09% | 0.99% | - |
XYZ | 82.59 | 82.5 | 87.17 | - |
YUV | 236.11 | 125.12 | 139.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 231 | 0 | 0.09 | 0.08 | 0.01 | 354.78 | 0.79 | 0.94 |
Hex | FC | E5 | E7 | 0 | 9 | 8 | 1 | 163 | 4F | 5E |
Octal | 374 | 345 | 347 | 0 | 11 | 10 | 1 | 543 | 117 | 136 |
Binary | 11111100 | 11100101 | 11100111 | 0 | 1001 | 1000 | 1 | 101100011 | 1001111 | 1011110 |
Color Harmonies of #FCE5E7
Complementary color
Monochromatic Colors of #FCE5E7
Black with #FCE5E7
Text Example
Text Example
White with #FCE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5E7; }
p { color: rgb(252,229,231); }
H1.HeaderClassName
{
color: #FCE5E7;
}
.AnyTagClassName
{
color: #FCE5E7;
}
</style>
background-color css
<style>
a { background-color: #FCE5E7; }
a { background-color: rgb(252,229,231); }
div.DivClassName
{
background-color: #FCE5E7;
}
.BgClassName
{
background-color: #FCE5E7;
}
</style>
border-color css
<style>
span { border-color: #FCE5E7; }
span { border-color: rgb(252,229,231); }
td.TdClassName
{
border-color: #FCE5E7;
}
.TagClassName
{
border-color: #FCE5E7;
}
</style>