#FBD6EB

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

Shades of Pig Pink #FBD6EB

Tints of Pig Pink #FBD6EB

Color information

#FBD6EB (or 0xFBD6EB) is unknown color: approx Pig Pink. HEX triplet: FB, D6 and EB. RGB value is (251,214,235). Sum of RGB (Red+Green+Blue) = 251+214+235=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 214 (83.98% from 255 or 30.57% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD6EB is #042914. Grayscale: #E3E3E3. Windows color (decimal): -272661 or 15455995. OLE color: 15455995.

HSL color Cylindrical-coordinate representation of color #FBD6EB: hue angle of 325.95º degrees, saturation: 0.82, 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 #FBD6EB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251214235-
CMYK00.150.060.02
HSL325.95º82.22%91.18%-
HSV(B)325.95º14.74%98.43%-
XYZ78.8374.688.84-
YUV227.46132.26144.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 214 (83.98% from 255) = 30.57%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=35.86%
G=30.57%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121423500.150.060.02325.9582.2291.18
HexFBD6EB0F62146525b
Octal37332635301762506122133
Binary111110111101011011101011011111101010100011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6EB; }

 p { color: rgb(251,214,235); }

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

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

 a { background-color: rgb(251,214,235); }

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

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

 span { border-color: rgb(251,214,235); }

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