#FFDBF2

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

Shades of Pig Pink #FFDBF2

Tints of Pig Pink #FFDBF2

Color information

#FFDBF2 (or 0xFFDBF2) is unknown color: approx Pig Pink. HEX triplet: FF, DB and F2. RGB value is (255,219,242). Sum of RGB (Red+Green+Blue) = 255+219+242=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 219 (85.94% from 255 or 30.59% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF2 is #00240D. Grayscale: #E8E8E8. Windows color (decimal): -9230 or 15916031. OLE color: 15916031.

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

Color convert

RGB255219242-
CMYK00.140.050
HSL321.67º100%92.94%-
HSV(B)321.67º14.12%100%-
XYZ82.678.3394.77-
YUV232.39133.43144.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 219 (85.94% from 255) = 30.59%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=35.61%
G=30.59%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521924200.140.050321.6710092.94
HexFFDBF20E50142645d
Octal37733336201650502144135
Binary11111111110110111111001001110101010100001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBF2; }

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

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

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

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

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

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

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

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