#FBD9ED

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

Shades of Pig Pink #FBD9ED

Tints of Pig Pink #FBD9ED

Color information

#FBD9ED (or 0xFBD9ED) is unknown color: approx Pig Pink. HEX triplet: FB, D9 and ED. RGB value is (251,217,237). Sum of RGB (Red+Green+Blue) = 251+217+237=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9ED is #042612. Grayscale: #E5E5E5. Windows color (decimal): -271891 or 15587835. OLE color: 15587835.

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

Color convert

RGB251217237-
CMYK00.140.060.02
HSL324.71º80.95%91.76%-
HSV(B)324.71º13.55%98.43%-
XYZ79.8876.2590.63-
YUV229.45132.26143.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 217 (85.16% from 255) = 30.78%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=35.60%
G=30.78%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121723700.140.060.02324.7180.9591.76
HexFBD9ED0E62145515c
Octal37333135501662505121134
Binary111110111101100111101101011101101010100010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9ED; }

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

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

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

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

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

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

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

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