#FCDDE3

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

Shades of Carousel Pink #FCDDE3

Tints of Carousel Pink #FCDDE3

Color information

#FCDDE3 (or 0xFCDDE3) is unknown color: approx Carousel Pink. HEX triplet: FC, DD and E3. RGB value is (252,221,227). Sum of RGB (Red+Green+Blue) = 252+221+227=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE3 is #03221C. Grayscale: #E6E6E6. Windows color (decimal): -205341 or 14933500. OLE color: 14933500.

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

Color convert

RGB252221227-
CMYK00.120.100.01
HSL348.39º83.78%92.75%-
HSV(B)348.39º12.3%98.82%-
XYZ79.8777.9583.51-
YUV230.95125.77143.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=36%
G=31.57%
B=32.43%

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
Decimal25222122700.120.100.01348.3983.7892.75
HexFCDDE30CA115c545d
Octal374335343014121534124135
Binary111111001101110111100011011001010110101110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDE3; }

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

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

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

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

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

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

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

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