#FFDAF6

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

Shades of Pig Pink #FFDAF6

Tints of Pig Pink #FFDAF6

Color information

#FFDAF6 (or 0xFFDAF6) is unknown color: approx Pig Pink. HEX triplet: FF, DA and F6. RGB value is (255,218,246). Sum of RGB (Red+Green+Blue) = 255+218+246=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 218 (85.55% from 255 or 30.32% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF6 is #002509. Grayscale: #E8E8E8. Windows color (decimal): -9482 or 16177919. OLE color: 16177919.

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

Color convert

RGB255218246-
CMYK00.150.040
HSL314.59º100%92.75%-
HSV(B)314.59º14.51%100%-
XYZ82.9578.0697.88-
YUV232.26135.76144.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 218 (85.55% from 255) = 30.32%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=35.47%
G=30.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824600.150.040314.5910092.75
HexFFDAF60F4013b645d
Octal37733236601740473144135
Binary11111111110110101111011001111100010011101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF6; }

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

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

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

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

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

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

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

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