#FEDAE1

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

Shades of Carousel Pink #FEDAE1

Tints of Carousel Pink #FEDAE1

Color information

#FEDAE1 (or 0xFEDAE1) is unknown color: approx Carousel Pink. HEX triplet: FE, DA and E1. RGB value is (254,218,225). Sum of RGB (Red+Green+Blue) = 254+218+225=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE1 is #01251E. Grayscale: #E5E5E5. Windows color (decimal): -75039 or 14801662. OLE color: 14801662.

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

Color convert

RGB254218225-
CMYK00.140.110.00
HSL348.33º94.74%92.55%-
HSV(B)348.33º14.17%99.61%-
XYZ79.5476.6581.84-
YUV229.56125.43145.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 225 (88.28% from 255) = 32.28%
R=36.44%
G=31.28%
B=32.28%

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
Decimal25421822500.140.110.00348.3394.7492.55
HexFEDAE10EB015c5f5d
Octal376332341016130534137135
Binary111111101101101011100001011101011010101110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE1; }

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

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

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

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

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

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

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

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