#FBD1EA

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

Shades of Pig Pink #FBD1EA

Tints of Pig Pink #FBD1EA

Color information

#FBD1EA (or 0xFBD1EA) is unknown color: approx Pig Pink. HEX triplet: FB, D1 and EA. RGB value is (251,209,234). Sum of RGB (Red+Green+Blue) = 251+209+234=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 209 (82.03% from 255 or 30.12% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1EA is #042E15. Grayscale: #E0E0E0. Windows color (decimal): -273942 or 15389179. OLE color: 15389179.

HSL color Cylindrical-coordinate representation of color #FBD1EA: hue angle of 324.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1EA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251209234-
CMYK00.170.070.02
HSL324.29º84%90.2%-
HSV(B)324.29º16.73%98.43%-
XYZ77.4472.0587.67-
YUV224.41133.41146.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 209 (82.03% from 255) = 30.12%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=36.17%
G=30.12%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120923400.170.070.02324.298490.2
HexFBD1EA01172144545a
Octal37332135202172504124132
Binary1111101111010001111010100100011111010100010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1EA; }

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

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

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

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

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

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

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

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