#FBD9EF

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

Shades of Pig Pink #FBD9EF

Tints of Pig Pink #FBD9EF

Color information

#FBD9EF (or 0xFBD9EF) is unknown color: approx Pig Pink. HEX triplet: FB, D9 and EF. RGB value is (251,217,239). Sum of RGB (Red+Green+Blue) = 251+217+239=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9EF is #042610. Grayscale: #E5E5E5. Windows color (decimal): -271889 or 15718907. OLE color: 15718907.

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

Color convert

RGB251217239-
CMYK00.140.050.02
HSL321.18º80.95%91.76%-
HSV(B)321.18º13.55%98.43%-
XYZ80.1876.3792.18-
YUV229.67133.26143.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 217 (85.16% from 255) = 30.69%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=35.50%
G=30.69%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121723900.140.050.02321.1880.9591.76
HexFBD9EF0E52141515c
Octal37333135701652501121134
Binary111110111101100111101111011101011010100000110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9EF; }

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

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

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

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

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

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

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

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