#FED0DF

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

Shades of Pig Pink #FED0DF

Tints of Pig Pink #FED0DF

Color information

#FED0DF (or 0xFED0DF) is unknown color: approx Pig Pink. HEX triplet: FE, D0 and DF. RGB value is (254,208,223). Sum of RGB (Red+Green+Blue) = 254+208+223=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0DF is #012F20. Grayscale: #DFDFDF. Windows color (decimal): -77601 or 14668030. OLE color: 14668030.

HSL color Cylindrical-coordinate representation of color #FED0DF: hue angle of 340.43º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED0DF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254208223-
CMYK00.180.120.00
HSL340.43º95.83%90.59%-
HSV(B)340.43º18.11%99.61%-
XYZ76.7571.5179.57-
YUV223.46127.74149.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 208 (81.64% from 255) = 30.36%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=37.08%
G=30.36%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420822300.180.120.00340.4395.8390.59
HexFED0DF012C0154605b
Octal376320337022140524140133
Binary1111111011010000110111110100101100010101010011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0DF; }

 p { color: rgb(254,208,223); }

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

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

 a { background-color: rgb(254,208,223); }

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

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

 span { border-color: rgb(254,208,223); }

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