#FBD2EA

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

Shades of Pig Pink #FBD2EA

Tints of Pig Pink #FBD2EA

Color information

#FBD2EA (or 0xFBD2EA) is unknown color: approx Pig Pink. HEX triplet: FB, D2 and EA. RGB value is (251,210,234). Sum of RGB (Red+Green+Blue) = 251+210+234=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2EA is #042D15. Grayscale: #E0E0E0. Windows color (decimal): -273686 or 15389435. OLE color: 15389435.

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

Color convert

RGB251210234-
CMYK00.160.070.02
HSL324.88º83.67%90.39%-
HSV(B)324.88º16.33%98.43%-
XYZ77.6872.5487.75-
YUV225133.08146.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 210 (82.42% from 255) = 30.22%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=36.12%
G=30.22%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121023400.160.070.02324.8883.6790.39
HexFBD2EA01072145545a
Octal37332235202072505124132
Binary1111101111010010111010100100001111010100010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2EA; }

 p { color: rgb(251,210,234); }

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

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

 a { background-color: rgb(251,210,234); }

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

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

 span { border-color: rgb(251,210,234); }

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