#FEDBF1

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

Shades of Pig Pink #FEDBF1

Tints of Pig Pink #FEDBF1

Color information

#FEDBF1 (or 0xFEDBF1) is unknown color: approx Pig Pink. HEX triplet: FE, DB and F1. RGB value is (254,219,241). Sum of RGB (Red+Green+Blue) = 254+219+241=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF1 is #01240E. Grayscale: #E7E7E7. Windows color (decimal): -74767 or 15850494. OLE color: 15850494.

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

Color convert

RGB254219241-
CMYK00.140.050.00
HSL322.29º94.59%92.75%-
HSV(B)322.29º13.78%99.61%-
XYZ82.0878.0893.96-
YUV231.97133.1143.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 219 (85.94% from 255) = 30.67%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=35.57%
G=30.67%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421924100.140.050.00322.2994.5992.75
HexFEDBF10E501425f5d
Octal37633336101650502137135
Binary11111110110110111111000101110101010100001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF1; }

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

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

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

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

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

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

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

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