Html Css Color HEX #F8D1CF Cosmos

📋 copy color: '#F8D1CF'

red 248 ◦ green 209 ◦ blue 207

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

Shades of Cosmos #F8D1CF

Tints of Cosmos #F8D1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.17%

R = 37.35%
G = 31.48%
B = 31.17%

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

#F8D1CF (or 0xF8D1CF) is known color: Cosmos. HEX triplet: F8, D1 and CF. RGB value is (248,209,207). Sum of RGB (Red+Green+Blue) = 248+209+207=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1CF is #072E30. Grayscale: #DCDCDC. Windows color (decimal): -470577 or 13619704. OLE color: 13619704.

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

Color convert

RGB 248 209 207 -
CMYK 0 0.16 0.17 0.03
HSL 2.93º 0.75% 0.89% -
HSV(B) 2.93º 0.17% 0.97% -
XYZ 72.77 70.06 68.72 -
YUV 220.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 248 209 207 0 0.16 0.17 0.03 2.93 0.75 0.89
Hex F8 D1 CF 0 10 11 3 3 4B 59
Octal 370 321 317 0 20 21 3 3 113 131
Binary 11111000 11010001 11001111 0 10000 10001 11 11 1001011 1011001

Color Harmonies of #F8D1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D1CF

Black with #F8D1CF

Text Example


Text Example

White with #F8D1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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