#FFDBEB

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

Shades of Pig Pink #FFDBEB

Tints of Pig Pink #FFDBEB

Color information

#FFDBEB (or 0xFFDBEB) is unknown color: approx Pig Pink. HEX triplet: FF, DB and EB. RGB value is (255,219,235). Sum of RGB (Red+Green+Blue) = 255+219+235=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBEB is #002414. Grayscale: #E7E7E7. Windows color (decimal): -9237 or 15457279. OLE color: 15457279.

HSL color Cylindrical-coordinate representation of color #FFDBEB: hue angle of 333.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBEB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255219235-
CMYK00.140.080
HSL333.33º100%92.94%-
HSV(B)333.33º14.12%100%-
XYZ81.5777.9289.34-
YUV231.59129.93144.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=35.97%
G=30.89%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521923500.140.080333.3310092.94
HexFFDBEB0E8014d645d
Octal377333353016100515144135
Binary111111111101101111101011011101000010100110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBEB; }

 p { color: rgb(255,219,235); }

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

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

 a { background-color: rgb(255,219,235); }

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

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

 span { border-color: rgb(255,219,235); }

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