#FFDAF0

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

Shades of Pig Pink #FFDAF0

Tints of Pig Pink #FFDAF0

Color information

#FFDAF0 (or 0xFFDAF0) is unknown color: approx Pig Pink. HEX triplet: FF, DA and F0. RGB value is (255,218,240). Sum of RGB (Red+Green+Blue) = 255+218+240=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF0 is #00250F. Grayscale: #E7E7E7. Windows color (decimal): -9488 or 15784703. OLE color: 15784703.

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

Color convert

RGB255218240-
CMYK00.150.060
HSL324.32º100%92.75%-
HSV(B)324.32º14.51%100%-
XYZ82.0477.6993.11-
YUV231.57132.76144.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 218 (85.55% from 255) = 30.58%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=35.76%
G=30.58%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824000.150.060324.3210092.75
HexFFDAF00F60144645d
Octal37733236001760504144135
Binary11111111110110101111000001111110010100010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF0; }

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

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

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

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

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

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

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

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