#FBD8ED

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

Shades of Pig Pink #FBD8ED

Tints of Pig Pink #FBD8ED

Color information

#FBD8ED (or 0xFBD8ED) is unknown color: approx Pig Pink. HEX triplet: FB, D8 and ED. RGB value is (251,216,237). Sum of RGB (Red+Green+Blue) = 251+216+237=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8ED is #042712. Grayscale: #E4E4E4. Windows color (decimal): -272147 or 15587579. OLE color: 15587579.

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

Color convert

RGB251216237-
CMYK00.140.060.02
HSL324º81.4%91.57%-
HSV(B)324º13.94%98.43%-
XYZ79.6375.7490.54-
YUV228.86132.6143.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 216 (84.77% from 255) = 30.68%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=35.65%
G=30.68%
B=33.66%

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
Decimal25121623700.140.060.0232481.491.57
HexFBD8ED0E62144515c
Octal37333035501662504121134
Binary111110111101100011101101011101101010100010010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8ED; }

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

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

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

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

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

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

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

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