#FFDFF1

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

Shades of Pig Pink #FFDFF1

Tints of Pig Pink #FFDFF1

Color information

#FFDFF1 (or 0xFFDFF1) is unknown color: approx Pig Pink. HEX triplet: FF, DF and F1. RGB value is (255,223,241). Sum of RGB (Red+Green+Blue) = 255+223+241=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF1 is #00200E. Grayscale: #EAEAEA. Windows color (decimal): -8207 or 15851519. OLE color: 15851519.

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

Color convert

RGB255223241-
CMYK00.130.050
HSL326.25º100%93.73%-
HSV(B)326.25º12.55%100%-
XYZ83.580.3994.33-
YUV234.62131.6142.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 223 (87.5% from 255) = 31.02%
BLUE value IS 241 (94.53% from 255) = 33.52%
R=35.47%
G=31.02%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522324100.130.050326.2510093.73
HexFFDFF10D50146645e
Octal37733736101550506144136
Binary11111111110111111111000101101101010100011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFF1; }

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

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

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

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

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

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

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

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