#FFDBEA

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

Shades of Pig Pink #FFDBEA

Tints of Pig Pink #FFDBEA

Color information

#FFDBEA (or 0xFFDBEA) is unknown color: approx Pig Pink. HEX triplet: FF, DB and EA. RGB value is (255,219,234). Sum of RGB (Red+Green+Blue) = 255+219+234=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBEA is #002415. Grayscale: #E7E7E7. Windows color (decimal): -9238 or 15391743. OLE color: 15391743.

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

Color convert

RGB255219234-
CMYK00.140.080
HSL335º100%92.94%-
HSV(B)335º14.12%100%-
XYZ81.4277.8688.58-
YUV231.47129.43144.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 219 (85.94% from 255) = 30.93%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=36.02%
G=30.93%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521923400.140.08033510092.94
HexFFDBEA0E8014f645d
Octal377333352016100517144135
Binary111111111101101111101010011101000010100111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBEA; }

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

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

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

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

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

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

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

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