#FBDAE8

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

Shades of Pig Pink #FBDAE8

Tints of Pig Pink #FBDAE8

Color information

#FBDAE8 (or 0xFBDAE8) is unknown color: approx Pig Pink. HEX triplet: FB, DA and E8. RGB value is (251,218,232). Sum of RGB (Red+Green+Blue) = 251+218+232=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAE8 is #042517. Grayscale: #E5E5E5. Windows color (decimal): -271640 or 15260411. OLE color: 15260411.

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

Color convert

RGB251218232-
CMYK00.130.080.02
HSL334.55º80.49%91.96%-
HSV(B)334.55º13.15%98.43%-
XYZ79.4276.4886.92-
YUV229.46129.43143.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 232 (91.02% from 255) = 33.10%
R=35.81%
G=31.10%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121823200.130.080.02334.5580.4991.96
HexFBDAE80D8214f505c
Octal373332350015102517120134
Binary1111101111011010111010000110110001010100111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAE8; }

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

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

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

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

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

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

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

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