Html Css Color HEX #F8D6CF Cosmos

📋 copy color: '#F8D6CF'

red 248 ◦ green 214 ◦ blue 207

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

Shades of Cosmos #F8D6CF

Tints of Cosmos #F8D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.99%

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

R = 37.07%
G = 31.99%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8D6CF (or 0xF8D6CF) is known color: Cosmos. HEX triplet: F8, D6 and CF. RGB value is (248,214,207). Sum of RGB (Red+Green+Blue) = 248+214+207=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6CF is #072930. Grayscale: #DFDFDF. Windows color (decimal): -469297 or 13620984. OLE color: 13620984.

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

Color convert

RGB 248 214 207 -
CMYK 0 0.14 0.17 0.03
HSL 10.24º 0.75% 0.89% -
HSV(B) 10.24º 0.17% 0.97% -
XYZ 74.02 72.55 69.13 -
YUV 223.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 248 214 207 0 0.14 0.17 0.03 10.24 0.75 0.89
Hex F8 D6 CF 0 E 11 3 A 4B 59
Octal 370 326 317 0 16 21 3 12 113 131
Binary 11111000 11010110 11001111 0 1110 10001 11 1010 1001011 1011001

Color Harmonies of #F8D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D6CF

Black with #F8D6CF

Text Example


Text Example

White with #F8D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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