#FDD2EE

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

Shades of Pig Pink #FDD2EE

Tints of Pig Pink #FDD2EE

Color information

#FDD2EE (or 0xFDD2EE) is unknown color: approx Pig Pink. HEX triplet: FD, D2 and EE. RGB value is (253,210,238). Sum of RGB (Red+Green+Blue) = 253+210+238=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2EE is #022D11. Grayscale: #E1E1E1. Windows color (decimal): -142610 or 15651581. OLE color: 15651581.

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

Color convert

RGB253210238-
CMYK00.170.060.01
HSL320.93º91.49%90.78%-
HSV(B)320.93º17%99.22%-
XYZ78.9973.1590.84-
YUV226.05134.75147.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 210 (82.42% from 255) = 29.96%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=36.09%
G=29.96%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321023800.170.060.01320.9391.4990.78
HexFDD2EE011611415b5b
Octal37532235602161501133133
Binary111111011101001011101110010001110110100000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2EE; }

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

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

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

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

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

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

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

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