#FBE0F0

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

Shades of Pig Pink #FBE0F0

Tints of Pig Pink #FBE0F0

Color information

#FBE0F0 (or 0xFBE0F0) is unknown color: approx Pig Pink. HEX triplet: FB, E0 and F0. RGB value is (251,224,240). Sum of RGB (Red+Green+Blue) = 251+224+240=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F0 is #041F0F. Grayscale: #E9E9E9. Windows color (decimal): -270096 or 15786235. OLE color: 15786235.

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

Color convert

RGB251224240-
CMYK00.110.040.02
HSL324.44º77.14%93.14%-
HSV(B)324.44º10.76%98.43%-
XYZ82.1780.1193.57-
YUV233.9131.45140.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 224 (87.89% from 255) = 31.33%
BLUE value IS 240 (94.14% from 255) = 33.57%
R=35.10%
G=31.33%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122424000.110.040.02324.4477.1493.14
HexFBE0F00B421444d5d
Octal37334036001342504115135
Binary111110111110000011110000010111001010100010010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0F0; }

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

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

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

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

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

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

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

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