#FFDAF4

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

Shades of Pig Pink #FFDAF4

Tints of Pig Pink #FFDAF4

Color information

#FFDAF4 (or 0xFFDAF4) is unknown color: approx Pig Pink. HEX triplet: FF, DA and F4. RGB value is (255,218,244). Sum of RGB (Red+Green+Blue) = 255+218+244=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF4 is #00250B. Grayscale: #E7E7E7. Windows color (decimal): -9484 or 16046847. OLE color: 16046847.

HSL color Cylindrical-coordinate representation of color #FFDAF4: hue angle of 317.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAF4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255218244-
CMYK00.150.040
HSL317.84º100%92.75%-
HSV(B)317.84º14.51%100%-
XYZ82.6477.9396.28-
YUV232.03134.76144.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 218 (85.55% from 255) = 30.40%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=35.56%
G=30.40%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824400.150.040317.8410092.75
HexFFDAF40F4013e645d
Octal37733236401740476144135
Binary11111111110110101111010001111100010011111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF4; }

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

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

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

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

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

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

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

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