#FCD9E1

Color #FCD9E1 Carousel Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carousel Pink #FCD9E1

Tints of Carousel Pink #FCD9E1

Color information

#FCD9E1 (or 0xFCD9E1) is unknown color: approx Carousel Pink. HEX triplet: FC, D9 and E1. RGB value is (252,217,225). Sum of RGB (Red+Green+Blue) = 252+217+225=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9E1 is #03261E. Grayscale: #E4E4E4. Windows color (decimal): -206367 or 14801404. OLE color: 14801404.

HSL color Cylindrical-coordinate representation of color #FCD9E1: hue angle of 346.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9E1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252217225-
CMYK00.140.110.01
HSL346.29º85.37%91.96%-
HSV(B)346.29º13.89%98.82%-
XYZ78.5575.7681.72-
YUV228.38126.1144.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 217 (85.16% from 255) = 31.27%
BLUE value IS 225 (88.28% from 255) = 32.42%
R=36.31%
G=31.27%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221722500.140.110.01346.2985.3791.96
HexFCD9E10EB115a555c
Octal374331341016131532125134
Binary111111001101100111100001011101011110101101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9E1; }

 p { color: rgb(252,217,225); }

 H1.HeaderClassName
 {
   color: #FCD9E1;
 }
 .AnyTagClassName
 {
   color: #FCD9E1;
 }
</style>
background-color css

<style>
 a { background-color: #FCD9E1; }

 a { background-color: rgb(252,217,225); }

 div.DivClassName
 {
   background-color: #FCD9E1;
 }
 .BgClassName
 {
   background-color: #FCD9E1;
 }
</style>
border-color css

<style>
 span { border-color: #FCD9E1; }

 span { border-color: rgb(252,217,225); }

 td.TdClassName
 {
   border-color: #FCD9E1;
 }
 .TagClassName
 {
   border-color: #FCD9E1;
 }
</style>