#FBDAE5

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

Shades of Pig Pink #FBDAE5

Tints of Pig Pink #FBDAE5

Color information

#FBDAE5 (or 0xFBDAE5) is unknown color: approx Pig Pink. HEX triplet: FB, DA and E5. RGB value is (251,218,229). Sum of RGB (Red+Green+Blue) = 251+218+229=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAE5 is #04251A. Grayscale: #E5E5E5. Windows color (decimal): -271643 or 15063803. OLE color: 15063803.

HSL color Cylindrical-coordinate representation of color #FBDAE5: hue angle of 340º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAE5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251218229-
CMYK00.130.090.02
HSL340º80.49%91.96%-
HSV(B)340º13.15%98.43%-
XYZ7976.3184.69-
YUV229.12127.93143.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 229 (89.84% from 255) = 32.81%
R=35.96%
G=31.23%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121822900.130.090.0234080.4991.96
HexFBDAE50D92154505c
Octal373332345015112524120134
Binary1111101111011010111001010110110011010101010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAE5; }

 p { color: rgb(251,218,229); }

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

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

 a { background-color: rgb(251,218,229); }

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

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

 span { border-color: rgb(251,218,229); }

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