#FBD8EA

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

Shades of Pig Pink #FBD8EA

Tints of Pig Pink #FBD8EA

Color information

#FBD8EA (or 0xFBD8EA) is unknown color: approx Pig Pink. HEX triplet: FB, D8 and EA. RGB value is (251,216,234). Sum of RGB (Red+Green+Blue) = 251+216+234=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 216 (84.77% from 255 or 30.81% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8EA is #042715. Grayscale: #E4E4E4. Windows color (decimal): -272150 or 15390971. OLE color: 15390971.

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

Color convert

RGB251216234-
CMYK00.140.070.02
HSL329.14º81.4%91.57%-
HSV(B)329.14º13.94%98.43%-
XYZ79.1975.5688.25-
YUV228.52131.1144.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 216 (84.77% from 255) = 30.81%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=35.81%
G=30.81%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121623400.140.070.02329.1481.491.57
HexFBD8EA0E72149515c
Octal37333035201672511121134
Binary111110111101100011101010011101111010100100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8EA; }

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

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

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

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

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

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

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

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