Html Css Color HEX #FFDAD6 Cosmos

📋 copy color: '#FFDAD6'

red 255 ◦ green 218 ◦ blue 214

#FFDAD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmos #FFDAD6

Tints of Cosmos #FFDAD6

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 value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFDAD6 (or 0xFFDAD6) is known color: 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

RGB 255 218 214 -
CMYK 0 0.15 0.16 0
HSL 5.85º 1% 0.92% -
HSV(B) 5.85º 0.16% 1% -
XYZ 78.45 76.26 74.2 -
YUV 228.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 255 218 214 0 0.15 0.16 0 5.85 1 0.92
Hex FF DA D6 0 F 10 0 6 64 5C
Octal 377 332 326 0 17 20 0 6 144 134
Binary 11111111 11011010 11010110 0 1111 10000 0 110 1100100 1011100

Color Harmonies of #FFDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAD6

Black with #FFDAD6

Text Example


Text Example

White with #FFDAD6

Text Example


Text Example

HTML Codes & Css Web 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>