#FEDCE2

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

Shades of Carousel Pink #FEDCE2

Tints of Carousel Pink #FEDCE2

Color information

#FEDCE2 (or 0xFEDCE2) is unknown color: approx Carousel Pink. HEX triplet: FE, DC and E2. RGB value is (254,220,226). Sum of RGB (Red+Green+Blue) = 254+220+226=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE2 is #01231D. Grayscale: #E6E6E6. Windows color (decimal): -74526 or 14867710. OLE color: 14867710.

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

Color convert

RGB254220226-
CMYK00.130.110.00
HSL349.41º94.44%92.94%-
HSV(B)349.41º13.39%99.61%-
XYZ80.1977.7582.73-
YUV230.85125.26144.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=36.29%
G=31.43%
B=32.29%

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
Decimal25422022600.130.110.00349.4194.4492.94
HexFEDCE20DB015d5e5d
Octal376334342015130535136135
Binary111111101101110011100010011011011010101110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE2; }

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

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

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

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

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

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

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

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