#FBD9EE

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

Shades of Pig Pink #FBD9EE

Tints of Pig Pink #FBD9EE

Color information

#FBD9EE (or 0xFBD9EE) is unknown color: approx Pig Pink. HEX triplet: FB, D9 and EE. RGB value is (251,217,238). Sum of RGB (Red+Green+Blue) = 251+217+238=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9EE is #042611. Grayscale: #E5E5E5. Windows color (decimal): -271890 or 15653371. OLE color: 15653371.

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

Color convert

RGB251217238-
CMYK00.140.050.02
HSL322.94º80.95%91.76%-
HSV(B)322.94º13.55%98.43%-
XYZ80.0376.3191.4-
YUV229.56132.76143.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 30.74%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=35.55%
G=30.74%
B=33.71%

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
Decimal25121723800.140.050.02322.9480.9591.76
HexFBD9EE0E52143515c
Octal37333135601652503121134
Binary111110111101100111101110011101011010100001110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9EE; }

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

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

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

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

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

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

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

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