#FBD1DE

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

Shades of Pig Pink #FBD1DE

Tints of Pig Pink #FBD1DE

Color information

#FBD1DE (or 0xFBD1DE) is unknown color: approx Pig Pink. HEX triplet: FB, D1 and DE. RGB value is (251,209,222). Sum of RGB (Red+Green+Blue) = 251+209+222=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1DE is #042E21. Grayscale: #DFDFDF. Windows color (decimal): -273954 or 14602747. OLE color: 14602747.

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

Color convert

RGB251209222-
CMYK00.170.120.02
HSL341.43º84%90.2%-
HSV(B)341.43º16.73%98.43%-
XYZ75.7771.3878.89-
YUV223.04127.41147.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 209 (82.03% from 255) = 30.65%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=36.80%
G=30.65%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120922200.170.120.02341.438490.2
HexFBD1DE011C2155545a
Octal373321336021142525124132
Binary11111011110100011101111001000111001010101010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1DE; }

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

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

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

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

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

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

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

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