#FDDAEE

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

Shades of Pig Pink #FDDAEE

Tints of Pig Pink #FDDAEE

Color information

#FDDAEE (or 0xFDDAEE) is unknown color: approx Pig Pink. HEX triplet: FD, DA and EE. RGB value is (253,218,238). Sum of RGB (Red+Green+Blue) = 253+218+238=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAEE is #022511. Grayscale: #E6E6E6. Windows color (decimal): -140562 or 15653629. OLE color: 15653629.

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

Color convert

RGB253218238-
CMYK00.140.060.01
HSL325.71º89.74%92.35%-
HSV(B)325.71º13.83%99.22%-
XYZ81.0177.291.52-
YUV230.74132.1143.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=35.68%
G=30.75%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321823800.140.060.01325.7189.7492.35
HexFDDAEE0E611465a5c
Octal37533235601661506132134
Binary11111101110110101110111001110110110100011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAEE; }

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

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

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

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

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

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

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

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