#FCD7DD

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

Shades of Carousel Pink #FCD7DD

Tints of Carousel Pink #FCD7DD

Color information

#FCD7DD (or 0xFCD7DD) is unknown color: approx Carousel Pink. HEX triplet: FC, D7 and DD. RGB value is (252,215,221). Sum of RGB (Red+Green+Blue) = 252+215+221=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DD is #032822. Grayscale: #E2E2E2. Windows color (decimal): -206883 or 14538748. OLE color: 14538748.

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

Color convert

RGB252215221-
CMYK00.150.120.01
HSL350.27º86.05%91.57%-
HSV(B)350.27º14.68%98.82%-
XYZ77.574.5278.71-
YUV226.75124.76146.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 215 (84.38% from 255) = 31.25%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=36.63%
G=31.25%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221522100.150.120.01350.2786.0591.57
HexFCD7DD0FC115e565c
Octal374327335017141536126134
Binary111111001101011111011101011111100110101111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7DD; }

 p { color: rgb(252,215,221); }

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

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

 a { background-color: rgb(252,215,221); }

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

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

 span { border-color: rgb(252,215,221); }

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