Shades of Carousel Pink #FCDFE5
Tints of Carousel Pink #FCDFE5
RGB
CMYK
RGB Variations
Color information
#FCDFE5 (or 0xFCDFE5) is known color: Carousel Pink. HEX triplet: FC, DF and E5. RGB value is (252,223,229). Sum of RGB (Red+Green+Blue) = 252+223+229=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFE5 is #03201A. Grayscale: #E8E8E8. Windows color (decimal): -204827 or 15065084. OLE color: 15065084.
HSL color Cylindrical-coordinate representation of color #FCDFE5: hue angle of 347.59º 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 #FCDFE5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 229 | - |
CMYK | 0 | 0.12 | 0.09 | 0.01 |
HSL | 347.59º | 0.83% | 0.93% | - |
HSV(B) | 347.59º | 0.12% | 0.99% | - |
XYZ | 80.68 | 79.13 | 85.15 | - |
YUV | 232.36 | 126.11 | 142.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 229 | 0 | 0.12 | 0.09 | 0.01 | 347.59 | 0.83 | 0.93 |
Hex | FC | DF | E5 | 0 | C | 9 | 1 | 15C | 53 | 5D |
Octal | 374 | 337 | 345 | 0 | 14 | 11 | 1 | 534 | 123 | 135 |
Binary | 11111100 | 11011111 | 11100101 | 0 | 1100 | 1001 | 1 | 101011100 | 1010011 | 1011101 |
Color Harmonies of #FCDFE5
Complementary color
Monochromatic Colors of #FCDFE5
Black with #FCDFE5
Text Example
Text Example
White with #FCDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE5; }
p { color: rgb(252,223,229); }
H1.HeaderClassName
{
color: #FCDFE5;
}
.AnyTagClassName
{
color: #FCDFE5;
}
</style>
background-color css
<style>
a { background-color: #FCDFE5; }
a { background-color: rgb(252,223,229); }
div.DivClassName
{
background-color: #FCDFE5;
}
.BgClassName
{
background-color: #FCDFE5;
}
</style>
border-color css
<style>
span { border-color: #FCDFE5; }
span { border-color: rgb(252,223,229); }
td.TdClassName
{
border-color: #FCDFE5;
}
.TagClassName
{
border-color: #FCDFE5;
}
</style>