#FBDBF2

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

Shades of Pig Pink #FBDBF2

Tints of Pig Pink #FBDBF2

Color information

#FBDBF2 (or 0xFBDBF2) is unknown color: approx Pig Pink. HEX triplet: FB, DB and F2. RGB value is (251,219,242). Sum of RGB (Red+Green+Blue) = 251+219+242=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBF2 is #04240D. Grayscale: #E7E7E7. Windows color (decimal): -271374 or 15916027. OLE color: 15916027.

HSL color Cylindrical-coordinate representation of color #FBDBF2: hue angle of 316.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBF2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251219242-
CMYK00.130.040.02
HSL316.88º80%92.16%-
HSV(B)316.88º12.75%98.43%-
XYZ81.1477.5894.7-
YUV231.19134.1142.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 242 (94.92% from 255) = 33.99%
R=35.25%
G=30.76%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121924200.130.040.02316.888092.16
HexFBDBF20D4213d505c
Octal37333336201542475120134
Binary111110111101101111110010011011001010011110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBF2; }

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

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

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

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

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

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

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

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