#FBD4EE

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

Shades of Pig Pink #FBD4EE

Tints of Pig Pink #FBD4EE

Color information

#FBD4EE (or 0xFBD4EE) is unknown color: approx Pig Pink. HEX triplet: FB, D4 and EE. RGB value is (251,212,238). Sum of RGB (Red+Green+Blue) = 251+212+238=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 212 (83.20% from 255 or 30.24% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD4EE is #042B11. Grayscale: #E2E2E2. Windows color (decimal): -273170 or 15652091. OLE color: 15652091.

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

Color convert

RGB251212238-
CMYK00.160.050.02
HSL320º82.98%90.78%-
HSV(B)320º15.54%98.43%-
XYZ78.7673.7790.98-
YUV226.62134.42145.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 212 (83.20% from 255) = 30.24%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=35.81%
G=30.24%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121223800.160.050.0232082.9890.78
HexFBD4EE01052140535b
Octal37332435602052500123133
Binary1111101111010100111011100100001011010100000010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4EE; }

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

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

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

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

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

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

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

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