#FFDCE3

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

Shades of Carousel Pink #FFDCE3

Tints of Carousel Pink #FFDCE3

Color information

#FFDCE3 (or 0xFFDCE3) is unknown color: approx Carousel Pink. HEX triplet: FF, DC and E3. RGB value is (255,220,227). Sum of RGB (Red+Green+Blue) = 255+220+227=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE3 is #00231C. Grayscale: #E7E7E7. Windows color (decimal): -8989 or 14933247. OLE color: 14933247.

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

Color convert

RGB255220227-
CMYK00.140.110
HSL348º100%93.14%-
HSV(B)348º13.73%100%-
XYZ80.777.9983.47-
YUV231.26125.6144.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 227 (89.06% from 255) = 32.34%
R=36.32%
G=31.34%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522022700.140.11034810093.14
HexFFDCE30EB015c645d
Octal377334343016130534144135
Binary111111111101110011100011011101011010101110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCE3; }

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

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

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

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

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

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

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

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