#FEDBF4

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

Shades of Pig Pink #FEDBF4

Tints of Pig Pink #FEDBF4

Color information

#FEDBF4 (or 0xFEDBF4) is unknown color: approx Pig Pink. HEX triplet: FE, DB and F4. RGB value is (254,219,244). Sum of RGB (Red+Green+Blue) = 254+219+244=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF4 is #01240B. Grayscale: #E8E8E8. Windows color (decimal): -74764 or 16047102. OLE color: 16047102.

HSL color Cylindrical-coordinate representation of color #FEDBF4: hue angle of 317.14º 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 #FEDBF4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB254219244-
CMYK00.140.040.00
HSL317.14º94.59%92.75%-
HSV(B)317.14º13.78%99.61%-
XYZ82.5378.2796.34-
YUV232.32134.6143.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 219 (85.94% from 255) = 30.54%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=35.43%
G=30.54%
B=34.03%

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
Decimal25421924400.140.040.00317.1494.5992.75
HexFEDBF40E4013d5f5d
Octal37633336401640475137135
Binary11111110110110111111010001110100010011110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF4; }

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

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

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

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

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

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

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

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