#FBDEF3

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

Shades of Pig Pink #FBDEF3

Tints of Pig Pink #FBDEF3

Color information

#FBDEF3 (or 0xFBDEF3) is unknown color: approx Pig Pink. HEX triplet: FB, DE and F3. RGB value is (251,222,243). Sum of RGB (Red+Green+Blue) = 251+222+243=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF3 is #04210C. Grayscale: #E9E9E9. Windows color (decimal): -270605 or 15982331. OLE color: 15982331.

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

Color convert

RGB251222243-
CMYK00.120.030.02
HSL316.55º78.38%92.75%-
HSV(B)316.55º11.55%98.43%-
XYZ82.0879.2295.76-
YUV233.06133.61140.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 222 (87.11% from 255) = 31.01%
BLUE value IS 243 (95.31% from 255) = 33.94%
R=35.06%
G=31.01%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122224300.120.030.02316.5578.3892.75
HexFBDEF30C3213d4e5d
Octal37333636301432475116135
Binary11111011110111101111001101100111010011110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF3; }

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

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

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

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

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

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

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

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