Html Css Color HEX #F9D2CE Cosmos

📋 copy color: '#F9D2CE'

red 249 ◦ green 210 ◦ blue 206

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

Shades of Cosmos #F9D2CE

Tints of Cosmos #F9D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.58%

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

R = 37.44%
G = 31.58%
B = 30.98%

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

#F9D2CE (or 0xF9D2CE) is known color: Cosmos. HEX triplet: F9, D2 and CE. RGB value is (249,210,206). Sum of RGB (Red+Green+Blue) = 249+210+206=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2CE is #062D31. Grayscale: #DDDDDD. Windows color (decimal): -404786 or 13554425. OLE color: 13554425.

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

Color convert

RGB 249 210 206 -
CMYK 0 0.16 0.17 0.02
HSL 5.58º 0.78% 0.89% -
HSV(B) 5.58º 0.17% 0.98% -
XYZ 73.25 70.69 68.18 -
YUV 221.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 249 210 206 0 0.16 0.17 0.02 5.58 0.78 0.89
Hex F9 D2 CE 0 10 11 2 6 4E 59
Octal 371 322 316 0 20 21 2 6 116 131
Binary 11111001 11010010 11001110 0 10000 10001 10 110 1001110 1011001

Color Harmonies of #F9D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D2CE

Black with #F9D2CE

Text Example


Text Example

White with #F9D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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