#FED9E0

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

Shades of Carousel Pink #FED9E0

Tints of Carousel Pink #FED9E0

Color information

#FED9E0 (or 0xFED9E0) is unknown color: approx Carousel Pink. HEX triplet: FE, D9 and E0. RGB value is (254,217,224). Sum of RGB (Red+Green+Blue) = 254+217+224=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9E0 is #01261F. Grayscale: #E4E4E4. Windows color (decimal): -75296 or 14735870. OLE color: 14735870.

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

Color convert

RGB254217224-
CMYK00.150.120.00
HSL348.65º94.87%92.35%-
HSV(B)348.65º14.57%99.61%-
XYZ79.1476.0881.03-
YUV228.86125.26145.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 217 (85.16% from 255) = 31.22%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=36.55%
G=31.22%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421722400.150.120.00348.6594.8792.35
HexFED9E00FC015d5f5c
Octal376331340017140535137134
Binary111111101101100111100000011111100010101110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9E0; }

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

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

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

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

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

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

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

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