Shades of Carousel Pink #FCDEE2
Tints of Carousel Pink #FCDEE2
RGB
CMYK
RGB Variations
Color information
#FCDEE2 (or 0xFCDEE2) is known color: Carousel Pink. HEX triplet: FC, DE and E2. RGB value is (252,222,226). Sum of RGB (Red+Green+Blue) = 252+222+226=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE2 is #03211D. Grayscale: #E7E7E7. Windows color (decimal): -205086 or 14868220. OLE color: 14868220.
HSL color Cylindrical-coordinate representation of color #FCDEE2: hue angle of 352º 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 #FCDEE2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 222 | 226 | - |
CMYK | 0 | 0.12 | 0.10 | 0.01 |
HSL | 352º | 0.83% | 0.93% | - |
HSV(B) | 352º | 0.12% | 0.99% | - |
XYZ | 79.99 | 78.43 | 82.87 | - |
YUV | 231.43 | 124.94 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 222 | 226 | 0 | 0.12 | 0.10 | 0.01 | 352 | 0.83 | 0.93 |
Hex | FC | DE | E2 | 0 | C | A | 1 | 160 | 53 | 5D |
Octal | 374 | 336 | 342 | 0 | 14 | 12 | 1 | 540 | 123 | 135 |
Binary | 11111100 | 11011110 | 11100010 | 0 | 1100 | 1010 | 1 | 101100000 | 1010011 | 1011101 |
Color Harmonies of #FCDEE2
Complementary color
Monochromatic Colors of #FCDEE2
Black with #FCDEE2
Text Example
Text Example
White with #FCDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEE2; }
p { color: rgb(252,222,226); }
H1.HeaderClassName
{
color: #FCDEE2;
}
.AnyTagClassName
{
color: #FCDEE2;
}
</style>
background-color css
<style>
a { background-color: #FCDEE2; }
a { background-color: rgb(252,222,226); }
div.DivClassName
{
background-color: #FCDEE2;
}
.BgClassName
{
background-color: #FCDEE2;
}
</style>
border-color css
<style>
span { border-color: #FCDEE2; }
span { border-color: rgb(252,222,226); }
td.TdClassName
{
border-color: #FCDEE2;
}
.TagClassName
{
border-color: #FCDEE2;
}
</style>