#FFDFF4

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

Shades of Pig Pink #FFDFF4

Tints of Pig Pink #FFDFF4

Color information

#FFDFF4 (or 0xFFDFF4) is unknown color: approx Pig Pink. HEX triplet: FF, DF and F4. RGB value is (255,223,244). Sum of RGB (Red+Green+Blue) = 255+223+244=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 244 (95.70% from 255 or 33.80% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF4 is #00200B. Grayscale: #EAEAEA. Windows color (decimal): -8204 or 16048127. OLE color: 16048127.

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

Color convert

RGB255223244-
CMYK00.130.040
HSL320.62º100%93.73%-
HSV(B)320.62º12.55%100%-
XYZ83.9680.5796.71-
YUV234.96133.1142.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 223 (87.5% from 255) = 30.89%
BLUE value IS 244 (95.70% from 255) = 33.80%
R=35.32%
G=30.89%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522324400.130.040320.6210093.73
HexFFDFF40D40141645e
Octal37733736401540501144136
Binary11111111110111111111010001101100010100000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFF4; }

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

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

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

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

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

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

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

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