#FBD5EE

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

Shades of Pig Pink #FBD5EE

Tints of Pig Pink #FBD5EE

Color information

#FBD5EE (or 0xFBD5EE) is unknown color: approx Pig Pink. HEX triplet: FB, D5 and EE. RGB value is (251,213,238). Sum of RGB (Red+Green+Blue) = 251+213+238=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD5EE is #042A11. Grayscale: #E3E3E3. Windows color (decimal): -272914 or 15652347. OLE color: 15652347.

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

Color convert

RGB251213238-
CMYK00.150.050.02
HSL320.53º82.61%90.98%-
HSV(B)320.53º15.14%98.43%-
XYZ79.0174.2791.06-
YUV227.21134.09144.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 213 (83.59% from 255) = 30.34%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=35.75%
G=30.34%
B=33.90%

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
Decimal25121323800.150.050.02320.5382.6190.98
HexFBD5EE0F52141535b
Octal37332535601752501123133
Binary111110111101010111101110011111011010100000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5EE; }

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

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

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

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

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

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

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

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