#FFDCE2

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

Shades of Carousel Pink #FFDCE2

Tints of Carousel Pink #FFDCE2

Color information

#FFDCE2 (or 0xFFDCE2) is unknown color: approx Carousel Pink. HEX triplet: FF, DC and E2. RGB value is (255,220,226). Sum of RGB (Red+Green+Blue) = 255+220+226=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE2 is #00231D. Grayscale: #E7E7E7. Windows color (decimal): -8990 or 14867711. OLE color: 14867711.

HSL color Cylindrical-coordinate representation of color #FFDCE2: hue angle of 349.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCE2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255220226-
CMYK00.140.110
HSL349.71º100%93.14%-
HSV(B)349.71º13.73%100%-
XYZ80.5677.9482.75-
YUV231.15125.1145.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 226 (88.67% from 255) = 32.24%
R=36.38%
G=31.38%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522022600.140.110349.7110093.14
HexFFDCE20EB015e645d
Octal377334342016130536144135
Binary111111111101110011100010011101011010101111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE2; }

 p { color: rgb(255,220,226); }

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

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

 a { background-color: rgb(255,220,226); }

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

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

 span { border-color: rgb(255,220,226); }

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