#FBD7EB

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

Shades of Pig Pink #FBD7EB

Tints of Pig Pink #FBD7EB

Color information

#FBD7EB (or 0xFBD7EB) is unknown color: approx Pig Pink. HEX triplet: FB, D7 and EB. RGB value is (251,215,235). Sum of RGB (Red+Green+Blue) = 251+215+235=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD7EB is #042814. Grayscale: #E3E3E3. Windows color (decimal): -272405 or 15456251. OLE color: 15456251.

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

Color convert

RGB251215235-
CMYK00.140.060.02
HSL326.67º81.82%91.37%-
HSV(B)326.67º14.34%98.43%-
XYZ79.0875.1188.93-
YUV228.04131.93144.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 215 (84.38% from 255) = 30.67%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=35.81%
G=30.67%
B=33.52%

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
Decimal25121523500.140.060.02326.6781.8291.37
HexFBD7EB0E62147525b
Octal37332735301662507122133
Binary111110111101011111101011011101101010100011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7EB; }

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

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

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

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

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

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

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

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