#FEDCE1

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

Shades of Carousel Pink #FEDCE1

Tints of Carousel Pink #FEDCE1

Color information

#FEDCE1 (or 0xFEDCE1) is unknown color: approx Carousel Pink. HEX triplet: FE, DC and E1. RGB value is (254,220,225). Sum of RGB (Red+Green+Blue) = 254+220+225=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE1 is #01231E. Grayscale: #E6E6E6. Windows color (decimal): -74527 or 14802174. OLE color: 14802174.

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

Color convert

RGB254220225-
CMYK00.130.110.00
HSL351.18º94.44%92.94%-
HSV(B)351.18º13.39%99.61%-
XYZ80.0677.6982.01-
YUV230.74124.76144.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=36.34%
G=31.47%
B=32.19%

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
Decimal25422022500.130.110.00351.1894.4492.94
HexFEDCE10DB015f5e5d
Octal376334341015130537136135
Binary111111101101110011100001011011011010101111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE1; }

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

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

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

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

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

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

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

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