#FFDFF0

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

Shades of Pig Pink #FFDFF0

Tints of Pig Pink #FFDFF0

Color information

#FFDFF0 (or 0xFFDFF0) is unknown color: approx Pig Pink. HEX triplet: FF, DF and F0. RGB value is (255,223,240). Sum of RGB (Red+Green+Blue) = 255+223+240=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF0 is #00200F. Grayscale: #EAEAEA. Windows color (decimal): -8208 or 15785983. OLE color: 15785983.

HSL color Cylindrical-coordinate representation of color #FFDFF0: hue angle of 328.12º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFF0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255223240-
CMYK00.130.060
HSL328.12º100%93.73%-
HSV(B)328.12º12.55%100%-
XYZ83.3680.3393.55-
YUV234.51131.1142.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 223 (87.5% from 255) = 31.06%
BLUE value IS 240 (94.14% from 255) = 33.43%
R=35.52%
G=31.06%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522324000.130.060328.1210093.73
HexFFDFF00D60148645e
Octal37733736001560510144136
Binary11111111110111111111000001101110010100100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFF0; }

 p { color: rgb(255,223,240); }

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

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

 a { background-color: rgb(255,223,240); }

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

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

 span { border-color: rgb(255,223,240); }

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