#FBE2EE

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

Shades of Pig Pink #FBE2EE

Tints of Pig Pink #FBE2EE

Color information

#FBE2EE (or 0xFBE2EE) is unknown color: approx Pig Pink. HEX triplet: FB, E2 and EE. RGB value is (251,226,238). Sum of RGB (Red+Green+Blue) = 251+226+238=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2EE is #041D11. Grayscale: #EAEAEA. Windows color (decimal): -269586 or 15655675. OLE color: 15655675.

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

Color convert

RGB251226238-
CMYK00.100.050.02
HSL331.2º75.76%93.53%-
HSV(B)331.2º9.96%98.43%-
XYZ82.4181.0792.19-
YUV234.84129.78139.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 226 (88.67% from 255) = 31.61%
BLUE value IS 238 (93.36% from 255) = 33.29%
R=35.10%
G=31.61%
B=33.29%

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
Decimal25122623800.100.050.02331.275.7693.53
HexFBE2EE0A5214b4c5e
Octal37334235601252513114136
Binary111110111110001011101110010101011010100101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2EE; }

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

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

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

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

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

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

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

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