#FBE0EC

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

Shades of Pig Pink #FBE0EC

Tints of Pig Pink #FBE0EC

Color information

#FBE0EC (or 0xFBE0EC) is unknown color: approx Pig Pink. HEX triplet: FB, E0 and EC. RGB value is (251,224,236). Sum of RGB (Red+Green+Blue) = 251+224+236=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0EC is #041F13. Grayscale: #E9E9E9. Windows color (decimal): -270100 or 15524091. OLE color: 15524091.

HSL color Cylindrical-coordinate representation of color #FBE0EC: hue angle of 333.33º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0EC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251224236-
CMYK00.110.060.02
HSL333.33º77.14%93.14%-
HSV(B)333.33º10.76%98.43%-
XYZ81.5879.8890.47-
YUV233.44129.45140.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 224 (87.89% from 255) = 31.50%
BLUE value IS 236 (92.58% from 255) = 33.19%
R=35.30%
G=31.50%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122423600.110.060.02333.3377.1493.14
HexFBE0EC0B6214d4d5d
Octal37334035401362515115135
Binary111110111110000011101100010111101010100110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0EC; }

 p { color: rgb(251,224,236); }

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

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

 a { background-color: rgb(251,224,236); }

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

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

 span { border-color: rgb(251,224,236); }

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