#FDDBF0

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

Shades of Pig Pink #FDDBF0

Tints of Pig Pink #FDDBF0

Color information

#FDDBF0 (or 0xFDDBF0) is unknown color: approx Pig Pink. HEX triplet: FD, DB and F0. RGB value is (253,219,240). Sum of RGB (Red+Green+Blue) = 253+219+240=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF0 is #02240F. Grayscale: #E7E7E7. Windows color (decimal): -140304 or 15784957. OLE color: 15784957.

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

Color convert

RGB253219240-
CMYK00.130.050.01
HSL322.94º89.47%92.55%-
HSV(B)322.94º13.44%99.22%-
XYZ81.5777.8493.16-
YUV231.56132.76143.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=35.53%
G=30.76%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321924000.130.050.01322.9489.4792.55
HexFDDBF00D51143595d
Octal37533336001551503131135
Binary11111101110110111111000001101101110100001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBF0; }

 p { color: rgb(253,219,240); }

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

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

 a { background-color: rgb(253,219,240); }

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

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

 span { border-color: rgb(253,219,240); }

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