#FFDAD8

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

Shades of Remy #FFDAD8

Tints of Remy #FFDAD8

Color information

#FFDAD8 (or 0xFFDAD8) is unknown color: approx Remy. HEX triplet: FF, DA and D8. RGB value is (255,218,216). Sum of RGB (Red+Green+Blue) = 255+218+216=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD8 is #002527. Grayscale: #E4E4E4. Windows color (decimal): -9512 or 14211839. OLE color: 14211839.

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

Color convert

RGB255218216-
CMYK00.150.150
HSL3.08º100%92.35%-
HSV(B)3.08º15.29%100%-
XYZ78.7176.3675.56-
YUV228.83120.76146.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=37.01%
G=31.64%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521821600.150.1503.0810092.35
HexFFDAD80FF03645c
Octal3773323300171703144134
Binary11111111110110101101100001111111101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAD8; }

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

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

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

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

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

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

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

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