#FBE0F2

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

Shades of Pig Pink #FBE0F2

Tints of Pig Pink #FBE0F2

Color information

#FBE0F2 (or 0xFBE0F2) is unknown color: approx Pig Pink. HEX triplet: FB, E0 and F2. RGB value is (251,224,242). Sum of RGB (Red+Green+Blue) = 251+224+242=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F2 is #041F0D. Grayscale: #EAEAEA. Windows color (decimal): -270094 or 15917307. OLE color: 15917307.

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

Color convert

RGB251224242-
CMYK00.110.040.02
HSL320º77.14%93.14%-
HSV(B)320º10.76%98.43%-
XYZ82.4780.2395.14-
YUV234.12132.45140.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 224 (87.89% from 255) = 31.24%
BLUE value IS 242 (94.92% from 255) = 33.75%
R=35.01%
G=31.24%
B=33.75%

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
Decimal25122424200.110.040.0232077.1493.14
HexFBE0F20B421404d5d
Octal37334036201342500115135
Binary111110111110000011110010010111001010100000010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0F2; }

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

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

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

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

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

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

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

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