#FBD2ED

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

Shades of Pig Pink #FBD2ED

Tints of Pig Pink #FBD2ED

Color information

#FBD2ED (or 0xFBD2ED) is unknown color: approx Pig Pink. HEX triplet: FB, D2 and ED. RGB value is (251,210,237). Sum of RGB (Red+Green+Blue) = 251+210+237=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2ED is #042D12. Grayscale: #E1E1E1. Windows color (decimal): -273683 or 15586043. OLE color: 15586043.

HSL color Cylindrical-coordinate representation of color #FBD2ED: hue angle of 320.49º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD2ED is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251210237-
CMYK00.160.060.02
HSL320.49º83.67%90.39%-
HSV(B)320.49º16.33%98.43%-
XYZ78.1272.7290.04-
YUV225.34134.58146.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 210 (82.42% from 255) = 30.09%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=35.96%
G=30.09%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121023700.160.060.02320.4983.6790.39
HexFBD2ED01062140545a
Octal37332235502062500124132
Binary1111101111010010111011010100001101010100000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2ED; }

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

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

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

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

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

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

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

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