#FDDBEB

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

Shades of Pig Pink #FDDBEB

Tints of Pig Pink #FDDBEB

Color information

#FDDBEB (or 0xFDDBEB) is unknown color: approx Pig Pink. HEX triplet: FD, DB and EB. RGB value is (253,219,235). Sum of RGB (Red+Green+Blue) = 253+219+235=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEB is #022414. Grayscale: #E6E6E6. Windows color (decimal): -140309 or 15457277. OLE color: 15457277.

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

Color convert

RGB253219235-
CMYK00.130.070.01
HSL331.76º89.47%92.55%-
HSV(B)331.76º13.44%99.22%-
XYZ80.8377.5489.3-
YUV230.99130.26143.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=35.79%
G=30.98%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321923500.130.070.01331.7689.4792.55
HexFDDBEB0D7114c595d
Octal37533335301571514131135
Binary11111101110110111110101101101111110100110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBEB; }

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

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

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

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

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

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

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

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