#FFDAD6

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

Shades of Cosmos #FFDAD6

Tints of Cosmos #FFDAD6

Color information

#FFDAD6 (or 0xFFDAD6) is unknown color: approx Cosmos. HEX triplet: FF, DA and D6. RGB value is (255,218,214). Sum of RGB (Red+Green+Blue) = 255+218+214=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD6 is #002529. Grayscale: #E4E4E4. Windows color (decimal): -9514 or 14080767. OLE color: 14080767.

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

Color convert

RGB255218214-
CMYK00.150.160
HSL5.85º100%91.96%-
HSV(B)5.85º16.08%100%-
XYZ78.4576.2674.2-
YUV228.61119.76146.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 214 (83.98% from 255) = 31.15%
R=37.12%
G=31.73%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521821400.150.1605.8510091.96
HexFFDAD60F1006645c
Octal3773323260172006144134
Binary1111111111011010110101100111110000011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAD6; }

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

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

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

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

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

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

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

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