#FFDCE4

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

Shades of Carousel Pink #FFDCE4

Tints of Carousel Pink #FFDCE4

Color information

#FFDCE4 (or 0xFFDCE4) is unknown color: approx Carousel Pink. HEX triplet: FF, DC and E4. RGB value is (255,220,228). Sum of RGB (Red+Green+Blue) = 255+220+228=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE4 is #00231B. Grayscale: #E7E7E7. Windows color (decimal): -8988 or 14998783. OLE color: 14998783.

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

Color convert

RGB255220228-
CMYK00.140.110
HSL346.29º100%93.14%-
HSV(B)346.29º13.73%100%-
XYZ80.8478.0584.2-
YUV231.38126.1144.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 228 (89.45% from 255) = 32.43%
R=36.27%
G=31.29%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522022800.140.110346.2910093.14
HexFFDCE40EB015a645d
Octal377334344016130532144135
Binary111111111101110011100100011101011010101101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE4; }

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

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

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

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

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

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

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

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