#FED4F3

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

Shades of Pig Pink #FED4F3

Tints of Pig Pink #FED4F3

Color information

#FED4F3 (or 0xFED4F3) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and F3. RGB value is (254,212,243). Sum of RGB (Red+Green+Blue) = 254+212+243=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 212 (83.20% from 255 or 29.90% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F3 is #012B0C. Grayscale: #E4E4E4. Windows color (decimal): -76557 or 15979774. OLE color: 15979774.

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

Color convert

RGB254212243-
CMYK00.170.040.00
HSL315.71º95.45%91.37%-
HSV(B)315.71º16.54%99.61%-
XYZ80.5974.6394.95-
YUV228.09136.41146.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 212 (83.20% from 255) = 29.90%
BLUE value IS 243 (95.31% from 255) = 34.27%
R=35.83%
G=29.90%
B=34.27%

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
Decimal25421224300.170.040.00315.7195.4591.37
HexFED4F30114013c5f5b
Octal37632436302140474137133
Binary111111101101010011110011010001100010011110010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4F3; }

 p { color: rgb(254,212,243); }

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

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

 a { background-color: rgb(254,212,243); }

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

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

 span { border-color: rgb(254,212,243); }

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