#FCDDE2

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

Shades of Carousel Pink #FCDDE2

Tints of Carousel Pink #FCDDE2

Color information

#FCDDE2 (or 0xFCDDE2) is unknown color: approx Carousel Pink. HEX triplet: FC, DD and E2. RGB value is (252,221,226). Sum of RGB (Red+Green+Blue) = 252+221+226=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE2 is #03221D. Grayscale: #E6E6E6. Windows color (decimal): -205342 or 14867964. OLE color: 14867964.

HSL color Cylindrical-coordinate representation of color #FCDDE2: hue angle of 350.32º degrees, saturation: 0.84, 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 #FCDDE2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252221226-
CMYK00.120.100.01
HSL350.32º83.78%92.75%-
HSV(B)350.32º12.3%98.82%-
XYZ79.7377.982.79-
YUV230.84125.27143.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 221 (86.72% from 255) = 31.62%
BLUE value IS 226 (88.67% from 255) = 32.33%
R=36.05%
G=31.62%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222122600.120.100.01350.3283.7892.75
HexFCDDE20CA115e545d
Octal374335342014121536124135
Binary111111001101110111100010011001010110101111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDE2; }

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

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

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

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

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

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

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

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