#FBE1EF

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

Shades of Pig Pink #FBE1EF

Tints of Pig Pink #FBE1EF

Color information

#FBE1EF (or 0xFBE1EF) is unknown color: approx Pig Pink. HEX triplet: FB, E1 and EF. RGB value is (251,225,239). Sum of RGB (Red+Green+Blue) = 251+225+239=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1EF is #041E10. Grayscale: #EAEAEA. Windows color (decimal): -269841 or 15720955. OLE color: 15720955.

HSL color Cylindrical-coordinate representation of color #FBE1EF: hue angle of 327.69º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1EF is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251225239-
CMYK00.100.050.02
HSL327.69º76.47%93.33%-
HSV(B)327.69º10.36%98.43%-
XYZ82.2980.5992.88-
YUV234.37130.61139.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 225 (88.28% from 255) = 31.47%
BLUE value IS 239 (93.75% from 255) = 33.43%
R=35.10%
G=31.47%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122523900.100.050.02327.6976.4793.33
HexFBE1EF0A521484c5d
Octal37334135701252510114135
Binary111110111110000111101111010101011010100100010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1EF; }

 p { color: rgb(251,225,239); }

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

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

 a { background-color: rgb(251,225,239); }

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

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

 span { border-color: rgb(251,225,239); }

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