#FEDAE4

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

Shades of Pig Pink #FEDAE4

Tints of Pig Pink #FEDAE4

Color information

#FEDAE4 (or 0xFEDAE4) is unknown color: approx Pig Pink. HEX triplet: FE, DA and E4. RGB value is (254,218,228). Sum of RGB (Red+Green+Blue) = 254+218+228=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE4 is #01251B. Grayscale: #E5E5E5. Windows color (decimal): -75036 or 14998270. OLE color: 14998270.

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

Color convert

RGB254218228-
CMYK00.140.100.00
HSL343.33º94.74%92.55%-
HSV(B)343.33º14.17%99.61%-
XYZ79.9576.8284.01-
YUV229.9126.93145.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 218 (85.55% from 255) = 31.14%
BLUE value IS 228 (89.45% from 255) = 32.57%
R=36.29%
G=31.14%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421822800.140.100.00343.3394.7492.55
HexFEDAE40EA01575f5d
Octal376332344016120527137135
Binary111111101101101011100100011101010010101011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE4; }

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

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

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

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

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

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

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

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