Html Css Color HEX #F9D1CE Cosmos

📋 copy color: '#F9D1CE'

red 249 ◦ green 209 ◦ blue 206

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

Shades of Cosmos #F9D1CE

Tints of Cosmos #F9D1CE

RGB

 RED value IS 249 (97.66% from 255) = 37.5%

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

 BLUE value IS 206 (80.86% from 255) = 31.02%

R = 37.5%
G = 31.48%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9D1CE (or 0xF9D1CE) is known color: Cosmos. HEX triplet: F9, D1 and CE. RGB value is (249,209,206). Sum of RGB (Red+Green+Blue) = 249+209+206=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D1CE is #062E31. Grayscale: #DCDCDC. Windows color (decimal): -405042 or 13554169. OLE color: 13554169.

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

Color convert

RGB 249 209 206 -
CMYK 0 0.16 0.17 0.02
HSL 4.19º 0.78% 0.89% -
HSV(B) 4.19º 0.17% 0.98% -
XYZ 73.01 70.2 68.09 -
YUV 220.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 249 209 206 0 0.16 0.17 0.02 4.19 0.78 0.89
Hex F9 D1 CE 0 10 11 2 4 4E 59
Octal 371 321 316 0 20 21 2 4 116 131
Binary 11111001 11010001 11001110 0 10000 10001 10 100 1001110 1011001

Color Harmonies of #F9D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D1CE

Black with #F9D1CE

Text Example


Text Example

White with #F9D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D1CE; }

 p { color: rgb(249,209,206); }

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

background-color css

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

 a { background-color: rgb(249,209,206); }

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

border-color css

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

 span { border-color: rgb(249,209,206); }

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