#FBD5E7

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

Shades of Pig Pink #FBD5E7

Tints of Pig Pink #FBD5E7

Color information

#FBD5E7 (or 0xFBD5E7) is unknown color: approx Pig Pink. HEX triplet: FB, D5 and E7. RGB value is (251,213,231). Sum of RGB (Red+Green+Blue) = 251+213+231=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 213 (83.59% from 255 or 30.65% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD5E7 is #042A18. Grayscale: #E2E2E2. Windows color (decimal): -272921 or 15193595. OLE color: 15193595.

HSL color Cylindrical-coordinate representation of color #FBD5E7: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD5E7 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251213231-
CMYK00.150.080.02
HSL331.58º82.61%90.98%-
HSV(B)331.58º15.14%98.43%-
XYZ7873.8785.75-
YUV226.41130.59145.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 213 (83.59% from 255) = 30.65%
BLUE value IS 231 (90.62% from 255) = 33.24%
R=36.12%
G=30.65%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121323100.150.080.02331.5882.6190.98
HexFBD5E70F8214c535b
Octal373325347017102514123133
Binary1111101111010101111001110111110001010100110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5E7; }

 p { color: rgb(251,213,231); }

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

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

 a { background-color: rgb(251,213,231); }

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

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

 span { border-color: rgb(251,213,231); }

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