#FDD4EE

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

Shades of Pig Pink #FDD4EE

Tints of Pig Pink #FDD4EE

Color information

#FDD4EE (or 0xFDD4EE) is unknown color: approx Pig Pink. HEX triplet: FD, D4 and EE. RGB value is (253,212,238). Sum of RGB (Red+Green+Blue) = 253+212+238=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD4EE is #022B11. Grayscale: #E3E3E3. Windows color (decimal): -142098 or 15652093. OLE color: 15652093.

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

Color convert

RGB253212238-
CMYK00.160.060.01
HSL321.95º91.11%91.18%-
HSV(B)321.95º16.21%99.22%-
XYZ79.4874.1491.01-
YUV227.22134.08146.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 212 (83.20% from 255) = 30.16%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=35.99%
G=30.16%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321223800.160.060.01321.9591.1191.18
HexFDD4EE010611425b5b
Octal37532435602061502133133
Binary111111011101010011101110010000110110100001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4EE; }

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

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

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

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

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

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

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

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