#FDD6EE

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

Shades of Pig Pink #FDD6EE

Tints of Pig Pink #FDD6EE

Color information

#FDD6EE (or 0xFDD6EE) is unknown color: approx Pig Pink. HEX triplet: FD, D6 and EE. RGB value is (253,214,238). Sum of RGB (Red+Green+Blue) = 253+214+238=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6EE is #022911. Grayscale: #E4E4E4. Windows color (decimal): -141586 or 15652605. OLE color: 15652605.

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

Color convert

RGB253214238-
CMYK00.150.060.01
HSL323.08º90.7%91.57%-
HSV(B)323.08º15.42%99.22%-
XYZ79.9975.1591.18-
YUV228.4133.42145.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 214 (83.98% from 255) = 30.35%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=35.89%
G=30.35%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321423800.150.060.01323.0890.791.57
HexFDD6EE0F611435b5c
Octal37532635601761503133134
Binary11111101110101101110111001111110110100001110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6EE; }

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

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

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

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

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

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

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

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