#FBD8EE

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

Shades of Pig Pink #FBD8EE

Tints of Pig Pink #FBD8EE

Color information

#FBD8EE (or 0xFBD8EE) is unknown color: approx Pig Pink. HEX triplet: FB, D8 and EE. RGB value is (251,216,238). Sum of RGB (Red+Green+Blue) = 251+216+238=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8EE is #042711. Grayscale: #E4E4E4. Windows color (decimal): -272146 or 15653115. OLE color: 15653115.

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

Color convert

RGB251216238-
CMYK00.140.050.02
HSL322.29º81.4%91.57%-
HSV(B)322.29º13.94%98.43%-
XYZ79.7775.7991.31-
YUV228.97133.1143.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 216 (84.77% from 255) = 30.64%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=35.60%
G=30.64%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121623800.140.050.02322.2981.491.57
HexFBD8EE0E52142515c
Octal37333035601652502121134
Binary111110111101100011101110011101011010100001010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8EE; }

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

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

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

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

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

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

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

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