#FED0F0

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

Shades of Pig Pink #FED0F0

Tints of Pig Pink #FED0F0

Color information

#FED0F0 (or 0xFED0F0) is unknown color: approx Pig Pink. HEX triplet: FE, D0 and F0. RGB value is (254,208,240). Sum of RGB (Red+Green+Blue) = 254+208+240=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F0 is #012F0F. Grayscale: #E1E1E1. Windows color (decimal): -77584 or 15782142. OLE color: 15782142.

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

Color convert

RGB254208240-
CMYK00.180.060.00
HSL318.26º95.83%90.59%-
HSV(B)318.26º18.11%99.61%-
XYZ79.1672.4792.25-
YUV225.4136.24148.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 208 (81.64% from 255) = 29.63%
BLUE value IS 240 (94.14% from 255) = 34.19%
R=36.18%
G=29.63%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420824000.180.060.00318.2695.8390.59
HexFED0F00126013e605b
Octal37632036002260476140133
Binary111111101101000011110000010010110010011111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0F0; }

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

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

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

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

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

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

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

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