#FFDFED

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

Shades of Pig Pink #FFDFED

Tints of Pig Pink #FFDFED

Color information

#FFDFED (or 0xFFDFED) is unknown color: approx Pig Pink. HEX triplet: FF, DF and ED. RGB value is (255,223,237). Sum of RGB (Red+Green+Blue) = 255+223+237=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFED is #002012. Grayscale: #EAEAEA. Windows color (decimal): -8211 or 15589375. OLE color: 15589375.

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

Color convert

RGB255223237-
CMYK00.130.070
HSL333.75º100%93.73%-
HSV(B)333.75º12.55%100%-
XYZ82.9180.1591.22-
YUV234.16129.6142.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 223 (87.5% from 255) = 31.19%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=35.66%
G=31.19%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522323700.130.070333.7510093.73
HexFFDFED0D7014e645e
Octal37733735501570516144136
Binary11111111110111111110110101101111010100111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFED; }

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

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

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

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

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

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

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

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