#FDD3EE

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

Shades of Pig Pink #FDD3EE

Tints of Pig Pink #FDD3EE

Color information

#FDD3EE (or 0xFDD3EE) is unknown color: approx Pig Pink. HEX triplet: FD, D3 and EE. RGB value is (253,211,238). Sum of RGB (Red+Green+Blue) = 253+211+238=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3EE is #022C11. Grayscale: #E2E2E2. Windows color (decimal): -142354 or 15651837. OLE color: 15651837.

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

Color convert

RGB253211238-
CMYK00.170.060.01
HSL321.43º91.3%90.98%-
HSV(B)321.43º16.6%99.22%-
XYZ79.2373.6490.93-
YUV226.64134.41146.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 211 (82.81% from 255) = 30.06%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=36.04%
G=30.06%
B=33.90%

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
Decimal25321123800.170.060.01321.4391.390.98
HexFDD3EE011611415b5b
Octal37532335602161501133133
Binary111111011101001111101110010001110110100000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD3EE; }

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

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

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

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

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

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

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

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