Html Css Color HEX #F6D5D1 Cosmos

📋 copy color: '#F6D5D1'

red 246 ◦ green 213 ◦ blue 209

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

Shades of Cosmos #F6D5D1

Tints of Cosmos #F6D5D1

RGB

 RED value IS 246 (96.48% from 255) = 36.83%

 GREEN value IS 213 (83.59% from 255) = 31.89%

 BLUE value IS 209 (82.03% from 255) = 31.29%

R = 36.83%
G = 31.89%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6D5D1 (or 0xF6D5D1) is known color: Cosmos. HEX triplet: F6, D5 and D1. RGB value is (246,213,209). Sum of RGB (Red+Green+Blue) = 246+213+209=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5D1 is #092A2E. Grayscale: #DEDEDE. Windows color (decimal): -600623 or 13751798. OLE color: 13751798.

HSL color Cylindrical-coordinate representation of color #F6D5D1: hue angle of 6.49º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D5D1 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 213 209 -
CMYK 0 0.13 0.15 0.04
HSL 6.49º 0.67% 0.89% -
HSV(B) 6.49º 0.15% 0.96% -
XYZ 73.31 71.78 70.31 -
YUV 222.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 246 213 209 0 0.13 0.15 0.04 6.49 0.67 0.89
Hex F6 D5 D1 0 D F 4 6 43 59
Octal 366 325 321 0 15 17 4 6 103 131
Binary 11110110 11010101 11010001 0 1101 1111 100 110 1000011 1011001

Color Harmonies of #F6D5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D5D1

Black with #F6D5D1

Text Example


Text Example

White with #F6D5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D5D1; }

 p { color: rgb(246,213,209); }

 H1.HeaderClassName
 {
   color: #F6D5D1;
 }
 .AnyTagClassName
 {
   color: #F6D5D1;
 }
</style>

background-color css

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

 a { background-color: rgb(246,213,209); }

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

border-color css

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

 span { border-color: rgb(246,213,209); }

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