#FDDBEE

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

Shades of Pig Pink #FDDBEE

Tints of Pig Pink #FDDBEE

Color information

#FDDBEE (or 0xFDDBEE) is unknown color: approx Pig Pink. HEX triplet: FD, DB and EE. RGB value is (253,219,238). Sum of RGB (Red+Green+Blue) = 253+219+238=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEE is #022411. Grayscale: #E7E7E7. Windows color (decimal): -140306 or 15653885. OLE color: 15653885.

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

Color convert

RGB253219238-
CMYK00.130.060.01
HSL326.47º89.47%92.55%-
HSV(B)326.47º13.44%99.22%-
XYZ81.2777.7291.61-
YUV231.33131.76143.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 219 (85.94% from 255) = 30.85%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=35.63%
G=30.85%
B=33.52%

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
Decimal25321923800.130.060.01326.4789.4792.55
HexFDDBEE0D61146595d
Octal37533335601561506131135
Binary11111101110110111110111001101110110100011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBEE; }

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

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

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

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

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

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

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

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