#FFDFF2

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

Shades of Pig Pink #FFDFF2

Tints of Pig Pink #FFDFF2

Color information

#FFDFF2 (or 0xFFDFF2) is unknown color: approx Pig Pink. HEX triplet: FF, DF and F2. RGB value is (255,223,242). Sum of RGB (Red+Green+Blue) = 255+223+242=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF2 is #00200D. Grayscale: #EAEAEA. Windows color (decimal): -8206 or 15917055. OLE color: 15917055.

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

Color convert

RGB255223242-
CMYK00.130.050
HSL324.38º100%93.73%-
HSV(B)324.38º12.55%100%-
XYZ83.6580.4595.12-
YUV234.73132.1142.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 223 (87.5% from 255) = 30.97%
BLUE value IS 242 (94.92% from 255) = 33.61%
R=35.42%
G=30.97%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522324200.130.050324.3810093.73
HexFFDFF20D50144645e
Octal37733736201550504144136
Binary11111111110111111111001001101101010100010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFF2; }

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

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

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

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

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

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

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

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