#FBE0F1

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

Shades of Pig Pink #FBE0F1

Tints of Pig Pink #FBE0F1

Color information

#FBE0F1 (or 0xFBE0F1) is unknown color: approx Pig Pink. HEX triplet: FB, E0 and F1. RGB value is (251,224,241). Sum of RGB (Red+Green+Blue) = 251+224+241=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F1 is #041F0E. Grayscale: #E9E9E9. Windows color (decimal): -270095 or 15851771. OLE color: 15851771.

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

Color convert

RGB251224241-
CMYK00.110.040.02
HSL322.22º77.14%93.14%-
HSV(B)322.22º10.76%98.43%-
XYZ82.3280.1794.36-
YUV234.01131.95140.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 224 (87.89% from 255) = 31.28%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=35.06%
G=31.28%
B=33.66%

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
Decimal25122424100.110.040.02322.2277.1493.14
HexFBE0F10B421424d5d
Octal37334036101342502115135
Binary111110111110000011110001010111001010100001010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0F1; }

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

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

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

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

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

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

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

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