#FDDAEB

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

Shades of Pig Pink #FDDAEB

Tints of Pig Pink #FDDAEB

Color information

#FDDAEB (or 0xFDDAEB) is unknown color: approx Pig Pink. HEX triplet: FD, DA and EB. RGB value is (253,218,235). Sum of RGB (Red+Green+Blue) = 253+218+235=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAEB is #022514. Grayscale: #E6E6E6. Windows color (decimal): -140565 or 15457021. OLE color: 15457021.

HSL color Cylindrical-coordinate representation of color #FDDAEB: hue angle of 330.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAEB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253218235-
CMYK00.140.070.01
HSL330.86º89.74%92.35%-
HSV(B)330.86º13.83%99.22%-
XYZ80.5777.0289.22-
YUV230.4130.6144.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 218 (85.55% from 255) = 30.88%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=35.84%
G=30.88%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321823500.140.070.01330.8689.7492.35
HexFDDAEB0E7114b5a5c
Octal37533235301671513132134
Binary11111101110110101110101101110111110100101110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAEB; }

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

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

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

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

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

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

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

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