#FBDFED

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

Shades of Pig Pink #FBDFED

Tints of Pig Pink #FBDFED

Color information

#FBDFED (or 0xFBDFED) is unknown color: approx Pig Pink. HEX triplet: FB, DF and ED. RGB value is (251,223,237). Sum of RGB (Red+Green+Blue) = 251+223+237=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFED is #042012. Grayscale: #E8E8E8. Windows color (decimal): -270355 or 15589371. OLE color: 15589371.

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

Color convert

RGB251223237-
CMYK00.110.060.02
HSL330º77.78%92.94%-
HSV(B)330º11.16%98.43%-
XYZ81.4679.491.15-
YUV232.97130.28140.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 223 (87.5% from 255) = 31.36%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=35.30%
G=31.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323700.110.060.0233077.7892.94
HexFBDFED0B6214a4e5d
Octal37333735501362512116135
Binary111110111101111111101101010111101010100101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFED; }

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

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

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

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

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

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

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

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