#FED7F0

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

Shades of Pig Pink #FED7F0

Tints of Pig Pink #FED7F0

Color information

#FED7F0 (or 0xFED7F0) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and F0. RGB value is (254,215,240). Sum of RGB (Red+Green+Blue) = 254+215+240=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F0 is #01280F. Grayscale: #E5E5E5. Windows color (decimal): -75792 or 15783934. OLE color: 15783934.

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

Color convert

RGB254215240-
CMYK00.150.060.00
HSL321.54º95.12%91.96%-
HSV(B)321.54º15.35%99.61%-
XYZ80.975.9692.84-
YUV229.51133.92145.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 215 (84.38% from 255) = 30.32%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=35.83%
G=30.32%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421524000.150.060.00321.5495.1291.96
HexFED7F00F601425f5c
Octal37632736001760502137134
Binary11111110110101111111000001111110010100001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F0; }

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

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

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

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

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

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

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

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