#FBD9E2

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

Shades of Pig Pink #FBD9E2

Tints of Pig Pink #FBD9E2

Color information

#FBD9E2 (or 0xFBD9E2) is unknown color: approx Pig Pink. HEX triplet: FB, D9 and E2. RGB value is (251,217,226). Sum of RGB (Red+Green+Blue) = 251+217+226=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9E2 is #04261D. Grayscale: #E4E4E4. Windows color (decimal): -271902 or 14866939. OLE color: 14866939.

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

Color convert

RGB251217226-
CMYK00.140.100.02
HSL344.12º80.95%91.76%-
HSV(B)344.12º13.55%98.43%-
XYZ78.3275.6382.42-
YUV228.19126.76144.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 217 (85.16% from 255) = 31.27%
BLUE value IS 226 (88.67% from 255) = 32.56%
R=36.17%
G=31.27%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121722600.140.100.02344.1280.9591.76
HexFBD9E20EA2158515c
Octal373331342016122530121134
Binary1111101111011001111000100111010101010101100010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9E2; }

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

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

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

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

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

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

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

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