#FEDAEB

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

Shades of Pig Pink #FEDAEB

Tints of Pig Pink #FEDAEB

Color information

#FEDAEB (or 0xFEDAEB) is unknown color: approx Pig Pink. HEX triplet: FE, DA and EB. RGB value is (254,218,235). Sum of RGB (Red+Green+Blue) = 254+218+235=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAEB is #012514. Grayscale: #E6E6E6. Windows color (decimal): -75029 or 15457022. OLE color: 15457022.

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

Color convert

RGB254218235-
CMYK00.140.070.00
HSL331.67º94.74%92.55%-
HSV(B)331.67º14.17%99.61%-
XYZ80.9477.2189.23-
YUV230.7130.43144.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 218 (85.55% from 255) = 30.83%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=35.93%
G=30.83%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421823500.140.070.00331.6794.7492.55
HexFEDAEB0E7014c5f5d
Octal37633235301670514137135
Binary11111110110110101110101101110111010100110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAEB; }

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

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

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

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

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

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

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

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