#FDDBEF

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

Shades of Pig Pink #FDDBEF

Tints of Pig Pink #FDDBEF

Color information

#FDDBEF (or 0xFDDBEF) is unknown color: approx Pig Pink. HEX triplet: FD, DB and EF. RGB value is (253,219,239). Sum of RGB (Red+Green+Blue) = 253+219+239=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEF is #022410. Grayscale: #E7E7E7. Windows color (decimal): -140305 or 15719421. OLE color: 15719421.

HSL color Cylindrical-coordinate representation of color #FDDBEF: hue angle of 324.71º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBEF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253219239-
CMYK00.130.060.01
HSL324.71º89.47%92.55%-
HSV(B)324.71º13.44%99.22%-
XYZ81.4277.7892.38-
YUV231.45132.26143.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 219 (85.94% from 255) = 30.80%
BLUE value IS 239 (93.75% from 255) = 33.61%
R=35.58%
G=30.80%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321923900.130.060.01324.7189.4792.55
HexFDDBEF0D61145595d
Octal37533335701561505131135
Binary11111101110110111110111101101110110100010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBEF; }

 p { color: rgb(253,219,239); }

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

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

 a { background-color: rgb(253,219,239); }

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

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

 span { border-color: rgb(253,219,239); }

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