#FFDAF5

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

Shades of Pig Pink #FFDAF5

Tints of Pig Pink #FFDAF5

Color information

#FFDAF5 (or 0xFFDAF5) is unknown color: approx Pig Pink. HEX triplet: FF, DA and F5. RGB value is (255,218,245). Sum of RGB (Red+Green+Blue) = 255+218+245=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF5 is #00250A. Grayscale: #E8E8E8. Windows color (decimal): -9483 or 16112383. OLE color: 16112383.

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

Color convert

RGB255218245-
CMYK00.150.040
HSL316.22º100%92.75%-
HSV(B)316.22º14.51%100%-
XYZ82.797897.08-
YUV232.14135.26144.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 218 (85.55% from 255) = 30.36%
BLUE value IS 245 (96.09% from 255) = 34.12%
R=35.52%
G=30.36%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824500.150.040316.2210092.75
HexFFDAF50F4013c645d
Octal37733236501740474144135
Binary11111111110110101111010101111100010011110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF5; }

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

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

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

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

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

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

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

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