#FBDFEF

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

Shades of Pig Pink #FBDFEF

Tints of Pig Pink #FBDFEF

Color information

#FBDFEF (or 0xFBDFEF) is unknown color: approx Pig Pink. HEX triplet: FB, DF and EF. RGB value is (251,223,239). Sum of RGB (Red+Green+Blue) = 251+223+239=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFEF is #042010. Grayscale: #E9E9E9. Windows color (decimal): -270353 or 15720443. OLE color: 15720443.

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

Color convert

RGB251223239-
CMYK00.110.050.02
HSL325.71º77.78%92.94%-
HSV(B)325.71º11.16%98.43%-
XYZ81.7579.5292.7-
YUV233.2131.28140.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 239 (93.75% from 255) = 33.52%
R=35.20%
G=31.28%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323900.110.050.02325.7177.7892.94
HexFBDFEF0B521464e5d
Octal37333735701352506116135
Binary111110111101111111101111010111011010100011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFEF; }

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

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

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

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

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

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

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

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