#FEDBF3

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

Shades of Pig Pink #FEDBF3

Tints of Pig Pink #FEDBF3

Color information

#FEDBF3 (or 0xFEDBF3) is unknown color: approx Pig Pink. HEX triplet: FE, DB and F3. RGB value is (254,219,243). Sum of RGB (Red+Green+Blue) = 254+219+243=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 219 (85.94% from 255 or 30.59% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF3 is #01240C. Grayscale: #E8E8E8. Windows color (decimal): -74765 or 15981566. OLE color: 15981566.

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

Color convert

RGB254219243-
CMYK00.140.040.00
HSL318.86º94.59%92.75%-
HSV(B)318.86º13.78%99.61%-
XYZ82.3878.295.55-
YUV232.2134.1143.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 219 (85.94% from 255) = 30.59%
BLUE value IS 243 (95.31% from 255) = 33.94%
R=35.47%
G=30.59%
B=33.94%

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
Decimal25421924300.140.040.00318.8694.5992.75
HexFEDBF30E4013f5f5d
Octal37633336301640477137135
Binary11111110110110111111001101110100010011111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF3; }

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

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

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

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

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

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

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

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