Html Css Color HEX #F9D4CF Cosmos

📋 copy color: '#F9D4CF'

red 249 ◦ green 212 ◦ blue 207

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

Shades of Cosmos #F9D4CF

Tints of Cosmos #F9D4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.74%

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

R = 37.28%
G = 31.74%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9D4CF (or 0xF9D4CF) is known color: Cosmos. HEX triplet: F9, D4 and CF. RGB value is (249,212,207). Sum of RGB (Red+Green+Blue) = 249+212+207=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D4CF is #062B30. Grayscale: #DEDEDE. Windows color (decimal): -404273 or 13620473. OLE color: 13620473.

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

Color convert

RGB 249 212 207 -
CMYK 0 0.15 0.17 0.02
HSL 7.14º 0.78% 0.89% -
HSV(B) 7.14º 0.17% 0.98% -
XYZ 73.87 71.73 68.98 -
YUV 222.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 249 212 207 0 0.15 0.17 0.02 7.14 0.78 0.89
Hex F9 D4 CF 0 F 11 2 7 4E 59
Octal 371 324 317 0 17 21 2 7 116 131
Binary 11111001 11010100 11001111 0 1111 10001 10 111 1001110 1011001

Color Harmonies of #F9D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D4CF

Black with #F9D4CF

Text Example


Text Example

White with #F9D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D4CF; }

 p { color: rgb(249,212,207); }

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

background-color css

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

 a { background-color: rgb(249,212,207); }

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

border-color css

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

 span { border-color: rgb(249,212,207); }

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