#FBDEF0

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

Shades of Pig Pink #FBDEF0

Tints of Pig Pink #FBDEF0

Color information

#FBDEF0 (or 0xFBDEF0) is unknown color: approx Pig Pink. HEX triplet: FB, DE and F0. RGB value is (251,222,240). Sum of RGB (Red+Green+Blue) = 251+222+240=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF0 is #04210F. Grayscale: #E8E8E8. Windows color (decimal): -270608 or 15785723. OLE color: 15785723.

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

Color convert

RGB251222240-
CMYK00.120.040.02
HSL322.76º78.38%92.75%-
HSV(B)322.76º11.55%98.43%-
XYZ81.6379.0493.39-
YUV232.72132.11141.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 222 (87.11% from 255) = 31.14%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=35.20%
G=31.14%
B=33.66%

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
Decimal25122224000.120.040.02322.7678.3892.75
HexFBDEF00C421434e5d
Octal37333636001442503116135
Binary111110111101111011110000011001001010100001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF0; }

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

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

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

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

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

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

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

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