#FBDBEF

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

Shades of Pig Pink #FBDBEF

Tints of Pig Pink #FBDBEF

Color information

#FBDBEF (or 0xFBDBEF) is unknown color: approx Pig Pink. HEX triplet: FB, DB and EF. RGB value is (251,219,239). Sum of RGB (Red+Green+Blue) = 251+219+239=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBEF is #042410. Grayscale: #E6E6E6. Windows color (decimal): -271377 or 15719419. OLE color: 15719419.

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

Color convert

RGB251219239-
CMYK00.130.050.02
HSL322.5º80%92.16%-
HSV(B)322.5º12.75%98.43%-
XYZ80.777.492.35-
YUV230.85132.6142.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=35.40%
G=30.89%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121923900.130.050.02322.58092.16
HexFBDBEF0D52142505c
Octal37333335701552502120134
Binary111110111101101111101111011011011010100001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBEF; }

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

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

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

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

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

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

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

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