#FBE0F3

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

Shades of Pig Pink #FBE0F3

Tints of Pig Pink #FBE0F3

Color information

#FBE0F3 (or 0xFBE0F3) is unknown color: approx Pig Pink. HEX triplet: FB, E0 and F3. RGB value is (251,224,243). Sum of RGB (Red+Green+Blue) = 251+224+243=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F3 is #041F0C. Grayscale: #EAEAEA. Windows color (decimal): -270093 or 15982843. OLE color: 15982843.

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

Color convert

RGB251224243-
CMYK00.110.030.02
HSL317.78º77.14%93.14%-
HSV(B)317.78º10.76%98.43%-
XYZ82.6280.2995.94-
YUV234.24132.95139.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 224 (87.89% from 255) = 31.20%
BLUE value IS 243 (95.31% from 255) = 33.84%
R=34.96%
G=31.20%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122424300.110.030.02317.7877.1493.14
HexFBE0F30B3213e4d5d
Octal37334036301332476115135
Binary11111011111000001111001101011111010011111010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0F3; }

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

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

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

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

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

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

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

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