#FED9E1

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

Shades of Carousel Pink #FED9E1

Tints of Carousel Pink #FED9E1

Color information

#FED9E1 (or 0xFED9E1) is unknown color: approx Carousel Pink. HEX triplet: FE, D9 and E1. RGB value is (254,217,225). Sum of RGB (Red+Green+Blue) = 254+217+225=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9E1 is #01261E. Grayscale: #E4E4E4. Windows color (decimal): -75295 or 14801406. OLE color: 14801406.

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

Color convert

RGB254217225-
CMYK00.150.110.00
HSL347.03º94.87%92.35%-
HSV(B)347.03º14.57%99.61%-
XYZ79.2876.1381.75-
YUV228.98125.76145.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 217 (85.16% from 255) = 31.18%
BLUE value IS 225 (88.28% from 255) = 32.33%
R=36.49%
G=31.18%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421722500.150.110.00347.0394.8792.35
HexFED9E10FB015b5f5c
Octal376331341017130533137134
Binary111111101101100111100001011111011010101101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9E1; }

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

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

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

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

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

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

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

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