#FFDBF4

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

Shades of Pig Pink #FFDBF4

Tints of Pig Pink #FFDBF4

Color information

#FFDBF4 (or 0xFFDBF4) is unknown color: approx Pig Pink. HEX triplet: FF, DB and F4. RGB value is (255,219,244). Sum of RGB (Red+Green+Blue) = 255+219+244=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF4 is #00240B. Grayscale: #E8E8E8. Windows color (decimal): -9228 or 16047103. OLE color: 16047103.

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

Color convert

RGB255219244-
CMYK00.140.040
HSL318.33º100%92.94%-
HSV(B)318.33º14.12%100%-
XYZ82.978.4596.36-
YUV232.61134.43143.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 244 (95.70% from 255) = 33.98%
R=35.52%
G=30.50%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521924400.140.040318.3310092.94
HexFFDBF40E4013e645d
Octal37733336401640476144135
Binary11111111110110111111010001110100010011111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBF4; }

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

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

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

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

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

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

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

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