#FBD8EB

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

Shades of Pig Pink #FBD8EB

Tints of Pig Pink #FBD8EB

Color information

#FBD8EB (or 0xFBD8EB) is unknown color: approx Pig Pink. HEX triplet: FB, D8 and EB. RGB value is (251,216,235). Sum of RGB (Red+Green+Blue) = 251+216+235=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8EB is #042714. Grayscale: #E4E4E4. Windows color (decimal): -272149 or 15456507. OLE color: 15456507.

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

Color convert

RGB251216235-
CMYK00.140.060.02
HSL327.43º81.4%91.57%-
HSV(B)327.43º13.94%98.43%-
XYZ79.3375.6289.01-
YUV228.63131.6143.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 216 (84.77% from 255) = 30.77%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=35.75%
G=30.77%
B=33.48%

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
Decimal25121623500.140.060.02327.4381.491.57
HexFBD8EB0E62147515c
Octal37333035301662507121134
Binary111110111101100011101011011101101010100011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8EB; }

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

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

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

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

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

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

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

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