#FED8E1

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

Shades of Carousel Pink #FED8E1

Tints of Carousel Pink #FED8E1

Color information

#FED8E1 (or 0xFED8E1) is unknown color: approx Carousel Pink. HEX triplet: FE, D8 and E1. RGB value is (254,216,225). Sum of RGB (Red+Green+Blue) = 254+216+225=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8E1 is #01271E. Grayscale: #E4E4E4. Windows color (decimal): -75551 or 14801150. OLE color: 14801150.

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

Color convert

RGB254216225-
CMYK00.150.110.00
HSL345.79º95%92.16%-
HSV(B)345.79º14.96%99.61%-
XYZ79.0275.6281.67-
YUV228.39126.09146.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 216 (84.77% from 255) = 31.08%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=36.55%
G=31.08%
B=32.37%

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
Decimal25421622500.150.110.00345.799592.16
HexFED8E10FB015a5f5c
Octal376330341017130532137134
Binary111111101101100011100001011111011010101101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8E1; }

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

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

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

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

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

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

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

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