#FBDEF2

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

Shades of Pig Pink #FBDEF2

Tints of Pig Pink #FBDEF2

Color information

#FBDEF2 (or 0xFBDEF2) is unknown color: approx Pig Pink. HEX triplet: FB, DE and F2. RGB value is (251,222,242). Sum of RGB (Red+Green+Blue) = 251+222+242=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF2 is #04210D. Grayscale: #E8E8E8. Windows color (decimal): -270606 or 15916795. OLE color: 15916795.

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

Color convert

RGB251222242-
CMYK00.120.040.02
HSL318.62º78.38%92.75%-
HSV(B)318.62º11.55%98.43%-
XYZ81.9379.1694.97-
YUV232.95133.11140.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 242 (94.92% from 255) = 33.85%
R=35.10%
G=31.05%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122224200.120.040.02318.6278.3892.75
HexFBDEF20C4213f4e5d
Octal37333636201442477116135
Binary111110111101111011110010011001001010011111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF2; }

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

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

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

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

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

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

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

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