#FBE1EE

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

Shades of Pig Pink #FBE1EE

Tints of Pig Pink #FBE1EE

Color information

#FBE1EE (or 0xFBE1EE) is unknown color: approx Pig Pink. HEX triplet: FB, E1 and EE. RGB value is (251,225,238). Sum of RGB (Red+Green+Blue) = 251+225+238=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1EE is #041E11. Grayscale: #EAEAEA. Windows color (decimal): -269842 or 15655419. OLE color: 15655419.

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

Color convert

RGB251225238-
CMYK00.100.050.02
HSL330º76.47%93.33%-
HSV(B)330º10.36%98.43%-
XYZ82.1480.5392.1-
YUV234.26130.11139.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 225 (88.28% from 255) = 31.51%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=35.15%
G=31.51%
B=33.33%

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
Decimal25122523800.100.050.0233076.4793.33
HexFBE1EE0A5214a4c5d
Octal37334135601252512114135
Binary111110111110000111101110010101011010100101010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1EE; }

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

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

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

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

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

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

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

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