#FFDBF0

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

Shades of Pig Pink #FFDBF0

Tints of Pig Pink #FFDBF0

Color information

#FFDBF0 (or 0xFFDBF0) is unknown color: approx Pig Pink. HEX triplet: FF, DB and F0. RGB value is (255,219,240). Sum of RGB (Red+Green+Blue) = 255+219+240=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF0 is #00240F. Grayscale: #E8E8E8. Windows color (decimal): -9232 or 15784959. OLE color: 15784959.

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

Color convert

RGB255219240-
CMYK00.140.060
HSL325º100%92.94%-
HSV(B)325º14.12%100%-
XYZ82.378.2193.2-
YUV232.16132.43144.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 219 (85.94% from 255) = 30.67%
BLUE value IS 240 (94.14% from 255) = 33.61%
R=35.71%
G=30.67%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521924000.140.06032510092.94
HexFFDBF00E60145645d
Octal37733336001660505144135
Binary11111111110110111111000001110110010100010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBF0; }

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

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

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

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

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

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

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

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