#FEDBF0

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

Shades of Pig Pink #FEDBF0

Tints of Pig Pink #FEDBF0

Color information

#FEDBF0 (or 0xFEDBF0) is unknown color: approx Pig Pink. HEX triplet: FE, DB and F0. RGB value is (254,219,240). Sum of RGB (Red+Green+Blue) = 254+219+240=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF0 is #01240F. Grayscale: #E7E7E7. Windows color (decimal): -74768 or 15784958. OLE color: 15784958.

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

Color convert

RGB254219240-
CMYK00.140.060.00
HSL324º94.59%92.75%-
HSV(B)324º13.78%99.61%-
XYZ81.9378.0393.18-
YUV231.86132.6143.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 219 (85.94% from 255) = 30.72%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=35.62%
G=30.72%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421924000.140.060.0032494.5992.75
HexFEDBF00E601445f5d
Octal37633336001660504137135
Binary11111110110110111111000001110110010100010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF0; }

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

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

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

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

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

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

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

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