#FEDFE7

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

Shades of Pig Pink #FEDFE7

Tints of Pig Pink #FEDFE7

Color information

#FEDFE7 (or 0xFEDFE7) is unknown color: approx Pig Pink. HEX triplet: FE, DF and E7. RGB value is (254,223,231). Sum of RGB (Red+Green+Blue) = 254+223+231=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFE7 is #012018. Grayscale: #E9E9E9. Windows color (decimal): -73753 or 15196158. OLE color: 15196158.

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

Color convert

RGB254223231-
CMYK00.120.090.00
HSL344.52º93.94%93.53%-
HSV(B)344.52º12.2%99.61%-
XYZ81.6879.6286.66-
YUV233.18126.77142.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 223 (87.5% from 255) = 31.50%
BLUE value IS 231 (90.62% from 255) = 32.63%
R=35.88%
G=31.50%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422323100.120.090.00344.5293.9493.53
HexFEDFE70C901595e5e
Octal376337347014110531136136
Binary111111101101111111100111011001001010101100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFE7; }

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

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

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

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

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

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

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

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