#FFDAF1

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

Shades of Pig Pink #FFDAF1

Tints of Pig Pink #FFDAF1

Color information

#FFDAF1 (or 0xFFDAF1) is unknown color: approx Pig Pink. HEX triplet: FF, DA and F1. RGB value is (255,218,241). Sum of RGB (Red+Green+Blue) = 255+218+241=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF1 is #00250E. Grayscale: #E7E7E7. Windows color (decimal): -9487 or 15850239. OLE color: 15850239.

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

Color convert

RGB255218241-
CMYK00.150.050
HSL322.7º100%92.75%-
HSV(B)322.7º14.51%100%-
XYZ82.1977.7593.9-
YUV231.68133.26144.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 218 (85.55% from 255) = 30.53%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=35.71%
G=30.53%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824100.150.050322.710092.75
HexFFDAF10F50143645d
Octal37733236101750503144135
Binary11111111110110101111000101111101010100001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF1; }

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

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

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

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

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

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

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

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