#FBD6EF

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

Shades of Pig Pink #FBD6EF

Tints of Pig Pink #FBD6EF

Color information

#FBD6EF (or 0xFBD6EF) is unknown color: approx Pig Pink. HEX triplet: FB, D6 and EF. RGB value is (251,214,239). Sum of RGB (Red+Green+Blue) = 251+214+239=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD6EF is #042910. Grayscale: #E3E3E3. Windows color (decimal): -272657 or 15718139. OLE color: 15718139.

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

Color convert

RGB251214239-
CMYK00.150.050.02
HSL319.46º82.22%91.18%-
HSV(B)319.46º14.74%98.43%-
XYZ79.4174.8391.92-
YUV227.91134.26144.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 214 (83.98% from 255) = 30.40%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=35.65%
G=30.40%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121423900.150.050.02319.4682.2291.18
HexFBD6EF0F5213f525b
Octal37332635701752477122133
Binary111110111101011011101111011111011010011111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6EF; }

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

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

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

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

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

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

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

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