Html Css Color HEX #F0C7BE Dust Storm

📋 copy color: '#F0C7BE'

red 240 ◦ green 199 ◦ blue 190

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

Shades of Dust Storm #F0C7BE

Tints of Dust Storm #F0C7BE

RGB

 RED value IS 240 (94.14% from 255) = 38.16%

 GREEN value IS 199 (78.13% from 255) = 31.64%

 BLUE value IS 190 (74.61% from 255) = 30.21%

R = 38.16%
G = 31.64%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C7BE (or 0xF0C7BE) is known color: Dust Storm. HEX triplet: F0, C7 and BE. RGB value is (240,199,190). Sum of RGB (Red+Green+Blue) = 240+199+190=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7BE is #0F3841. Grayscale: #D2D2D2. Windows color (decimal): -997442 or 12503024. OLE color: 12503024.

HSL color Cylindrical-coordinate representation of color #F0C7BE: hue angle of 10.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C7BE is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 199 190 -
CMYK 0 0.17 0.21 0.06
HSL 10.8º 0.63% 0.84% -
HSV(B) 10.8º 0.21% 0.94% -
XYZ 65.65 63.09 57.43 -
YUV 210.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 240 199 190 0 0.17 0.21 0.06 10.8 0.63 0.84
Hex F0 C7 BE 0 11 15 6 B 3E 54
Octal 360 307 276 0 21 25 6 13 76 124
Binary 11110000 11000111 10111110 0 10001 10101 110 1011 111110 1010100

Color Harmonies of #F0C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7BE

Black with #F0C7BE

Text Example


Text Example

White with #F0C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7BE; }

 p { color: rgb(240,199,190); }

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

background-color css

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

 a { background-color: rgb(240,199,190); }

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

border-color css

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

 span { border-color: rgb(240,199,190); }

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