#FBDEE7

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

Shades of Pig Pink #FBDEE7

Tints of Pig Pink #FBDEE7

Color information

#FBDEE7 (or 0xFBDEE7) is unknown color: approx Pig Pink. HEX triplet: FB, DE and E7. RGB value is (251,222,231). Sum of RGB (Red+Green+Blue) = 251+222+231=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEE7 is #042118. Grayscale: #E7E7E7. Windows color (decimal): -270617 or 15195899. OLE color: 15195899.

HSL color Cylindrical-coordinate representation of color #FBDEE7: hue angle of 341.38º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDEE7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251222231-
CMYK00.120.080.02
HSL341.38º78.38%92.75%-
HSV(B)341.38º11.55%98.43%-
XYZ80.3378.5286.52-
YUV231.7127.61141.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=35.65%
G=31.53%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122223100.120.080.02341.3878.3892.75
HexFBDEE70C821554e5d
Octal373336347014102525116135
Binary1111101111011110111001110110010001010101010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEE7; }

 p { color: rgb(251,222,231); }

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

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

 a { background-color: rgb(251,222,231); }

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

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

 span { border-color: rgb(251,222,231); }

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