#FED3F4

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

Shades of Pig Pink #FED3F4

Tints of Pig Pink #FED3F4

Color information

#FED3F4 (or 0xFED3F4) is unknown color: approx Pig Pink. HEX triplet: FE, D3 and F4. RGB value is (254,211,244). Sum of RGB (Red+Green+Blue) = 254+211+244=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 211 (82.81% from 255 or 29.76% from 709); Blue value is 244 (95.70% from 255 or 34.41% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3F4 is #012C0B. Grayscale: #E3E3E3. Windows color (decimal): -76812 or 16045054. OLE color: 16045054.

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

Color convert

RGB254211244-
CMYK00.170.040.00
HSL313.95º95.56%91.18%-
HSV(B)313.95º16.93%99.61%-
XYZ80.574.1995.67-
YUV227.62137.25146.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 211 (82.81% from 255) = 29.76%
BLUE value IS 244 (95.70% from 255) = 34.41%
R=35.83%
G=29.76%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421124400.170.040.00313.9595.5691.18
HexFED3F40114013a605b
Octal37632336402140472140133
Binary111111101101001111110100010001100010011101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3F4; }

 p { color: rgb(254,211,244); }

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

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

 a { background-color: rgb(254,211,244); }

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

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

 span { border-color: rgb(254,211,244); }

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