#FFDBE8

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

Shades of Pig Pink #FFDBE8

Tints of Pig Pink #FFDBE8

Color information

#FFDBE8 (or 0xFFDBE8) is unknown color: approx Pig Pink. HEX triplet: FF, DB and E8. RGB value is (255,219,232). Sum of RGB (Red+Green+Blue) = 255+219+232=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBE8 is #002417. Grayscale: #E7E7E7. Windows color (decimal): -9240 or 15260671. OLE color: 15260671.

HSL color Cylindrical-coordinate representation of color #FFDBE8: hue angle of 338.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 #FFDBE8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255219232-
CMYK00.140.090
HSL338.33º100%92.94%-
HSV(B)338.33º14.12%100%-
XYZ81.1477.7587.07-
YUV231.25128.43144.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 219 (85.94% from 255) = 31.02%
BLUE value IS 232 (91.02% from 255) = 32.86%
R=36.12%
G=31.02%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521923200.140.090338.3310092.94
HexFFDBE80E90152645d
Octal377333350016110522144135
Binary111111111101101111101000011101001010101001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBE8; }

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

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

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

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

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

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

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

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