#FBD9E3

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

Shades of Pig Pink #FBD9E3

Tints of Pig Pink #FBD9E3

Color information

#FBD9E3 (or 0xFBD9E3) is unknown color: approx Pig Pink. HEX triplet: FB, D9 and E3. RGB value is (251,217,227). Sum of RGB (Red+Green+Blue) = 251+217+227=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9E3 is #04261C. Grayscale: #E4E4E4. Windows color (decimal): -271901 or 14932475. OLE color: 14932475.

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

Color convert

RGB251217227-
CMYK00.140.100.02
HSL342.35º80.95%91.76%-
HSV(B)342.35º13.55%98.43%-
XYZ78.4675.6883.15-
YUV228.31127.26144.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 217 (85.16% from 255) = 31.22%
BLUE value IS 227 (89.06% from 255) = 32.66%
R=36.12%
G=31.22%
B=32.66%

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
Decimal25121722700.140.100.02342.3580.9591.76
HexFBD9E30EA2156515c
Octal373331343016122526121134
Binary1111101111011001111000110111010101010101011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9E3; }

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

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

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

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

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

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

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

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