#FDDCEB

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

Shades of Pig Pink #FDDCEB

Tints of Pig Pink #FDDCEB

Color information

#FDDCEB (or 0xFDDCEB) is unknown color: approx Pig Pink. HEX triplet: FD, DC and EB. RGB value is (253,220,235). Sum of RGB (Red+Green+Blue) = 253+220+235=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCEB is #022314. Grayscale: #E7E7E7. Windows color (decimal): -140053 or 15457533. OLE color: 15457533.

HSL color Cylindrical-coordinate representation of color #FDDCEB: hue angle of 332.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253220235-
CMYK00.130.070.01
HSL332.73º89.19%92.75%-
HSV(B)332.73º13.04%99.22%-
XYZ81.178.0789.39-
YUV231.58129.93143.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=35.73%
G=31.07%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322023500.130.070.01332.7389.1992.75
HexFDDCEB0D7114d595d
Octal37533435301571515131135
Binary11111101110111001110101101101111110100110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCEB; }

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

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

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

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

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

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

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

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