#FBD0E3

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

Shades of Pig Pink #FBD0E3

Tints of Pig Pink #FBD0E3

Color information

#FBD0E3 (or 0xFBD0E3) is unknown color: approx Pig Pink. HEX triplet: FB, D0 and E3. RGB value is (251,208,227). Sum of RGB (Red+Green+Blue) = 251+208+227=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0E3 is #042F1C. Grayscale: #DEDEDE. Windows color (decimal): -274205 or 14930171. OLE color: 14930171.

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

Color convert

RGB251208227-
CMYK00.170.100.02
HSL333.49º84.31%90%-
HSV(B)333.49º17.13%98.43%-
XYZ76.271.1782.39-
YUV223.02130.25147.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 208 (81.64% from 255) = 30.32%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=36.59%
G=30.32%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120822700.170.100.02333.4984.3190
HexFBD0E3011A214d545a
Octal373320343021122515124132
Binary11111011110100001110001101000110101010100110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0E3; }

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

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

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

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

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

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

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

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