#FFDFEE

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

Shades of Pig Pink #FFDFEE

Tints of Pig Pink #FFDFEE

Color information

#FFDFEE (or 0xFFDFEE) is unknown color: approx Pig Pink. HEX triplet: FF, DF and EE. RGB value is (255,223,238). Sum of RGB (Red+Green+Blue) = 255+223+238=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFEE is #002011. Grayscale: #EAEAEA. Windows color (decimal): -8210 or 15654911. OLE color: 15654911.

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

Color convert

RGB255223238-
CMYK00.130.070
HSL331.88º100%93.73%-
HSV(B)331.88º12.55%100%-
XYZ83.0680.2191.99-
YUV234.28130.1142.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 223 (87.5% from 255) = 31.15%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=35.61%
G=31.15%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522323800.130.070331.8810093.73
HexFFDFEE0D7014c645e
Octal37733735601570514144136
Binary11111111110111111110111001101111010100110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFEE; }

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

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

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

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

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

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

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

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