#FEDCE3

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

Shades of Carousel Pink #FEDCE3

Tints of Carousel Pink #FEDCE3

Color information

#FEDCE3 (or 0xFEDCE3) is unknown color: approx Carousel Pink. HEX triplet: FE, DC and E3. RGB value is (254,220,227). Sum of RGB (Red+Green+Blue) = 254+220+227=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE3 is #01231C. Grayscale: #E6E6E6. Windows color (decimal): -74525 or 14933246. OLE color: 14933246.

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

Color convert

RGB254220227-
CMYK00.130.110.00
HSL347.65º94.44%92.94%-
HSV(B)347.65º13.39%99.61%-
XYZ80.3377.883.46-
YUV230.96125.76144.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 227 (89.06% from 255) = 32.38%
R=36.23%
G=31.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422022700.130.110.00347.6594.4492.94
HexFEDCE30DB015c5e5d
Octal376334343015130534136135
Binary111111101101110011100011011011011010101110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE3; }

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

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

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

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

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

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

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

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