#FCD9E0

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

Shades of Carousel Pink #FCD9E0

Tints of Carousel Pink #FCD9E0

Color information

#FCD9E0 (or 0xFCD9E0) is unknown color: approx Carousel Pink. HEX triplet: FC, D9 and E0. RGB value is (252,217,224). Sum of RGB (Red+Green+Blue) = 252+217+224=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9E0 is #03261F. Grayscale: #E4E4E4. Windows color (decimal): -206368 or 14735868. OLE color: 14735868.

HSL color Cylindrical-coordinate representation of color #FCD9E0: hue angle of 348º 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 #FCD9E0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252217224-
CMYK00.140.110.01
HSL348º85.37%91.96%-
HSV(B)348º13.89%98.82%-
XYZ78.4175.781-
YUV228.26125.6144.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 217 (85.16% from 255) = 31.31%
BLUE value IS 224 (87.89% from 255) = 32.32%
R=36.36%
G=31.31%
B=32.32%

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
Decimal25221722400.140.110.0134885.3791.96
HexFCD9E00EB115c555c
Octal374331340016131534125134
Binary111111001101100111100000011101011110101110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9E0; }

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

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

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

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

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

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

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

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