#FFDAD5

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

Shades of Cosmos #FFDAD5

Tints of Cosmos #FFDAD5

Color information

#FFDAD5 (or 0xFFDAD5) is unknown color: approx Cosmos. HEX triplet: FF, DA and D5. RGB value is (255,218,213). Sum of RGB (Red+Green+Blue) = 255+218+213=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD5 is #00252A. Grayscale: #E4E4E4. Windows color (decimal): -9515 or 14015231. OLE color: 14015231.

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

Color convert

RGB255218213-
CMYK00.150.160
HSL7.14º100%91.76%-
HSV(B)7.14º16.47%100%-
XYZ78.3276.2173.53-
YUV228.49119.26146.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=37.17%
G=31.78%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521821300.150.1607.1410091.76
HexFFDAD50F1007645c
Octal3773323250172007144134
Binary1111111111011010110101010111110000011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAD5; }

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

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

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

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

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

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

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

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