#FEDEE3

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

Shades of Carousel Pink #FEDEE3

Tints of Carousel Pink #FEDEE3

Color information

#FEDEE3 (or 0xFEDEE3) is unknown color: approx Carousel Pink. HEX triplet: FE, DE and E3. RGB value is (254,222,227). Sum of RGB (Red+Green+Blue) = 254+222+227=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE3 is #01211C. Grayscale: #E8E8E8. Windows color (decimal): -74013 or 14933758. OLE color: 14933758.

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

Color convert

RGB254222227-
CMYK00.130.110.00
HSL350.62º94.12%93.33%-
HSV(B)350.62º12.6%99.61%-
XYZ80.8678.8683.63-
YUV232.14125.1143.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 227 (89.06% from 255) = 32.29%
R=36.13%
G=31.58%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422222700.130.110.00350.6294.1293.33
HexFEDEE30DB015f5e5d
Octal376336343015130537136135
Binary111111101101111011100011011011011010101111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEE3; }

 p { color: rgb(254,222,227); }

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

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

 a { background-color: rgb(254,222,227); }

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

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

 span { border-color: rgb(254,222,227); }

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