#FDD7EB

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

Shades of Pig Pink #FDD7EB

Tints of Pig Pink #FDD7EB

Color information

#FDD7EB (or 0xFDD7EB) is unknown color: approx Pig Pink. HEX triplet: FD, D7 and EB. RGB value is (253,215,235). Sum of RGB (Red+Green+Blue) = 253+215+235=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 215 (84.38% from 255 or 30.58% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7EB is #022814. Grayscale: #E4E4E4. Windows color (decimal): -141333 or 15456253. OLE color: 15456253.

HSL color Cylindrical-coordinate representation of color #FDD7EB: hue angle of 328.42º degrees, saturation: 0.9, 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 #FDD7EB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253215235-
CMYK00.150.070.01
HSL328.42º90.48%91.76%-
HSV(B)328.42º15.02%99.22%-
XYZ79.875.4888.96-
YUV228.64131.59145.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 215 (84.38% from 255) = 30.58%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=35.99%
G=30.58%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321523500.150.070.01328.4290.4891.76
HexFDD7EB0F711485a5c
Octal37532735301771510132134
Binary11111101110101111110101101111111110100100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7EB; }

 p { color: rgb(253,215,235); }

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

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

 a { background-color: rgb(253,215,235); }

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

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

 span { border-color: rgb(253,215,235); }

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