Html Css Color HEX #FFDAD5 Cosmos

📋 copy color: '#FFDAD5'

red 255 ◦ green 218 ◦ blue 213

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

Shades of Cosmos #FFDAD5

Tints of Cosmos #FFDAD5

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 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

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

RGB 255 218 213 -
CMYK 0 0.15 0.16 0
HSL 7.14º 1% 0.92% -
HSV(B) 7.14º 0.16% 1% -
XYZ 78.32 76.21 73.53 -
YUV 228.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 255 218 213 0 0.15 0.16 0 7.14 1 0.92
Hex FF DA D5 0 F 10 0 7 64 5C
Octal 377 332 325 0 17 20 0 7 144 134
Binary 11111111 11011010 11010101 0 1111 10000 0 111 1100100 1011100

Color Harmonies of #FFDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAD5

Black with #FFDAD5

Text Example


Text Example

White with #FFDAD5

Text Example


Text Example

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