#FEDBF5

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

Shades of Pig Pink #FEDBF5

Tints of Pig Pink #FEDBF5

Color information

#FEDBF5 (or 0xFEDBF5) is unknown color: approx Pig Pink. HEX triplet: FE, DB and F5. RGB value is (254,219,245). Sum of RGB (Red+Green+Blue) = 254+219+245=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF5 is #01240A. Grayscale: #E8E8E8. Windows color (decimal): -74763 or 16112638. OLE color: 16112638.

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

Color convert

RGB254219245-
CMYK00.140.040.00
HSL315.43º94.59%92.75%-
HSV(B)315.43º13.78%99.61%-
XYZ82.6978.3397.15-
YUV232.43135.1143.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 245 (96.09% from 255) = 34.12%
R=35.38%
G=30.50%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421924500.140.040.00315.4394.5992.75
HexFEDBF50E4013b5f5d
Octal37633336501640473137135
Binary11111110110110111111010101110100010011101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF5; }

 p { color: rgb(254,219,245); }

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

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

 a { background-color: rgb(254,219,245); }

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

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

 span { border-color: rgb(254,219,245); }

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