#FBD7EF

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

Shades of Pig Pink #FBD7EF

Tints of Pig Pink #FBD7EF

Color information

#FBD7EF (or 0xFBD7EF) is unknown color: approx Pig Pink. HEX triplet: FB, D7 and EF. RGB value is (251,215,239). Sum of RGB (Red+Green+Blue) = 251+215+239=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD7EF is #042810. Grayscale: #E4E4E4. Windows color (decimal): -272401 or 15718395. OLE color: 15718395.

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

Color convert

RGB251215239-
CMYK00.140.050.02
HSL320º81.82%91.37%-
HSV(B)320º14.34%98.43%-
XYZ79.6675.3492.01-
YUV228.5133.93144.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 215 (84.38% from 255) = 30.50%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=35.60%
G=30.50%
B=33.90%

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
Decimal25121523900.140.050.0232081.8291.37
HexFBD7EF0E52140525b
Octal37332735701652500122133
Binary111110111101011111101111011101011010100000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7EF; }

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

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

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

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

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

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

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

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