#FCDDE1

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

Shades of Carousel Pink #FCDDE1

Tints of Carousel Pink #FCDDE1

Color information

#FCDDE1 (or 0xFCDDE1) is unknown color: approx Carousel Pink. HEX triplet: FC, DD and E1. RGB value is (252,221,225). Sum of RGB (Red+Green+Blue) = 252+221+225=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE1 is #03221E. Grayscale: #E6E6E6. Windows color (decimal): -205343 or 14802428. OLE color: 14802428.

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

Color convert

RGB252221225-
CMYK00.120.110.01
HSL352.26º83.78%92.75%-
HSV(B)352.26º12.3%98.82%-
XYZ79.5977.8482.06-
YUV230.72124.77143.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 225 (88.28% from 255) = 32.23%
R=36.10%
G=31.66%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222122500.120.110.01352.2683.7892.75
HexFCDDE10CB1160545d
Octal374335341014131540124135
Binary111111001101110111100001011001011110110000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDE1; }

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

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

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

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

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

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

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

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