Html Css Color HEX #F8D0CF Cosmos

📋 copy color: '#F8D0CF'

red 248 ◦ green 208 ◦ blue 207

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

Shades of Cosmos #F8D0CF

Tints of Cosmos #F8D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.37%

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

R = 37.41%
G = 31.37%
B = 31.22%

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

#F8D0CF (or 0xF8D0CF) is known color: Cosmos. HEX triplet: F8, D0 and CF. RGB value is (248,208,207). Sum of RGB (Red+Green+Blue) = 248+208+207=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0CF is #072F30. Grayscale: #DBDBDB. Windows color (decimal): -470833 or 13619448. OLE color: 13619448.

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

Color convert

RGB 248 208 207 -
CMYK 0 0.16 0.17 0.03
HSL 1.46º 0.75% 0.89% -
HSV(B) 1.46º 0.17% 0.97% -
XYZ 72.53 69.57 68.64 -
YUV 219.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 248 208 207 0 0.16 0.17 0.03 1.46 0.75 0.89
Hex F8 D0 CF 0 10 11 3 1 4B 59
Octal 370 320 317 0 20 21 3 1 113 131
Binary 11111000 11010000 11001111 0 10000 10001 11 1 1001011 1011001

Color Harmonies of #F8D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D0CF

Black with #F8D0CF

Text Example


Text Example

White with #F8D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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