Html Css Color HEX #F8D1CD Cosmos

📋 copy color: '#F8D1CD'

red 248 ◦ green 209 ◦ blue 205

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

Shades of Cosmos #F8D1CD

Tints of Cosmos #F8D1CD

RGB

 RED value IS 248 (97.27% from 255) = 37.46%

 GREEN value IS 209 (82.03% from 255) = 31.57%

 BLUE value IS 205 (80.47% from 255) = 30.97%

R = 37.46%
G = 31.57%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8D1CD (or 0xF8D1CD) is known color: Cosmos. HEX triplet: F8, D1 and CD. RGB value is (248,209,205). Sum of RGB (Red+Green+Blue) = 248+209+205=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1CD is #072E32. Grayscale: #DCDCDC. Windows color (decimal): -470579 or 13488632. OLE color: 13488632.

HSL color Cylindrical-coordinate representation of color #F8D1CD: hue angle of 5.58º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D1CD is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 209 205 -
CMYK 0 0.16 0.17 0.03
HSL 5.58º 0.75% 0.89% -
HSV(B) 5.58º 0.17% 0.97% -
XYZ 72.53 69.97 67.44 -
YUV 220.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 248 209 205 0 0.16 0.17 0.03 5.58 0.75 0.89
Hex F8 D1 CD 0 10 11 3 6 4B 59
Octal 370 321 315 0 20 21 3 6 113 131
Binary 11111000 11010001 11001101 0 10000 10001 11 110 1001011 1011001

Color Harmonies of #F8D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D1CD

Black with #F8D1CD

Text Example


Text Example

White with #F8D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D1CD; }

 p { color: rgb(248,209,205); }

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

background-color css

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

 a { background-color: rgb(248,209,205); }

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

border-color css

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

 span { border-color: rgb(248,209,205); }

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