#FEDAE2

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

Shades of Carousel Pink #FEDAE2

Tints of Carousel Pink #FEDAE2

Color information

#FEDAE2 (or 0xFEDAE2) is unknown color: approx Carousel Pink. HEX triplet: FE, DA and E2. RGB value is (254,218,226). Sum of RGB (Red+Green+Blue) = 254+218+226=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE2 is #01251D. Grayscale: #E5E5E5. Windows color (decimal): -75038 or 14867198. OLE color: 14867198.

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

Color convert

RGB254218226-
CMYK00.140.110.00
HSL346.67º94.74%92.55%-
HSV(B)346.67º14.17%99.61%-
XYZ79.6776.782.56-
YUV229.68125.93145.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 226 (88.67% from 255) = 32.38%
R=36.39%
G=31.23%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421822600.140.110.00346.6794.7492.55
HexFEDAE20EB015b5f5d
Octal376332342016130533137135
Binary111111101101101011100010011101011010101101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE2; }

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

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

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

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

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

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

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

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