#FBDEEF

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

Shades of Pig Pink #FBDEEF

Tints of Pig Pink #FBDEEF

Color information

#FBDEEF (or 0xFBDEEF) is unknown color: approx Pig Pink. HEX triplet: FB, DE and EF. RGB value is (251,222,239). Sum of RGB (Red+Green+Blue) = 251+222+239=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEEF is #042110. Grayscale: #E8E8E8. Windows color (decimal): -270609 or 15720187. OLE color: 15720187.

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

Color convert

RGB251222239-
CMYK00.120.050.02
HSL324.83º78.38%92.75%-
HSV(B)324.83º11.55%98.43%-
XYZ81.4878.9892.61-
YUV232.61131.61141.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 222 (87.11% from 255) = 31.18%
BLUE value IS 239 (93.75% from 255) = 33.57%
R=35.25%
G=31.18%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122223900.120.050.02324.8378.3892.75
HexFBDEEF0C521454e5d
Octal37333635701452505116135
Binary111110111101111011101111011001011010100010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEEF; }

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

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

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

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

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

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

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

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