#FEDCE4

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

Shades of Carousel Pink #FEDCE4

Tints of Carousel Pink #FEDCE4

Color information

#FEDCE4 (or 0xFEDCE4) is unknown color: approx Carousel Pink. HEX triplet: FE, DC and E4. RGB value is (254,220,228). Sum of RGB (Red+Green+Blue) = 254+220+228=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE4 is #01231B. Grayscale: #E7E7E7. Windows color (decimal): -74524 or 14998782. OLE color: 14998782.

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

Color convert

RGB254220228-
CMYK00.130.100.00
HSL345.88º94.44%92.94%-
HSV(B)345.88º13.39%99.61%-
XYZ80.4777.8684.19-
YUV231.08126.26144.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 228 (89.45% from 255) = 32.48%
R=36.18%
G=31.34%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422022800.130.100.00345.8894.4492.94
HexFEDCE40DA015a5e5d
Octal376334344015120532136135
Binary111111101101110011100100011011010010101101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE4; }

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

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

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

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

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

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

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

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