#FBD6EE

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

Shades of Pig Pink #FBD6EE

Tints of Pig Pink #FBD6EE

Color information

#FBD6EE (or 0xFBD6EE) is unknown color: approx Pig Pink. HEX triplet: FB, D6 and EE. RGB value is (251,214,238). Sum of RGB (Red+Green+Blue) = 251+214+238=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD6EE is #042911. Grayscale: #E3E3E3. Windows color (decimal): -272658 or 15652603. OLE color: 15652603.

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

Color convert

RGB251214238-
CMYK00.150.050.02
HSL321.08º82.22%91.18%-
HSV(B)321.08º14.74%98.43%-
XYZ79.2674.7891.14-
YUV227.8133.76144.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 214 (83.98% from 255) = 30.44%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=35.70%
G=30.44%
B=33.85%

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
Decimal25121423800.150.050.02321.0882.2291.18
HexFBD6EE0F52141525b
Octal37332635601752501122133
Binary111110111101011011101110011111011010100000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6EE; }

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

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

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

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

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

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

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

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