#FBD9E4

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

Shades of Pig Pink #FBD9E4

Tints of Pig Pink #FBD9E4

Color information

#FBD9E4 (or 0xFBD9E4) is unknown color: approx Pig Pink. HEX triplet: FB, D9 and E4. RGB value is (251,217,228). Sum of RGB (Red+Green+Blue) = 251+217+228=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9E4 is #04261B. Grayscale: #E4E4E4. Windows color (decimal): -271900 or 14998011. OLE color: 14998011.

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

Color convert

RGB251217228-
CMYK00.140.090.02
HSL340.59º80.95%91.76%-
HSV(B)340.59º13.55%98.43%-
XYZ78.675.7483.87-
YUV228.42127.76144.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 217 (85.16% from 255) = 31.18%
BLUE value IS 228 (89.45% from 255) = 32.76%
R=36.06%
G=31.18%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121722800.140.090.02340.5980.9591.76
HexFBD9E40E92155515c
Octal373331344016112525121134
Binary1111101111011001111001000111010011010101010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9E4; }

 p { color: rgb(251,217,228); }

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

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

 a { background-color: rgb(251,217,228); }

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

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

 span { border-color: rgb(251,217,228); }

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