Html Css Color HEX #F0C8BF Dust Storm

📋 copy color: '#F0C8BF'

red 240 ◦ green 200 ◦ blue 191

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

Shades of Dust Storm #F0C8BF

Tints of Dust Storm #F0C8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.7%

 BLUE value IS 191 (75% from 255) = 30.27%

R = 38.03%
G = 31.7%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0C8BF (or 0xF0C8BF) is known color: Dust Storm. HEX triplet: F0, C8 and BF. RGB value is (240,200,191). Sum of RGB (Red+Green+Blue) = 240+200+191=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8BF is #0F3740. Grayscale: #D3D3D3. Windows color (decimal): -997185 or 12568816. OLE color: 12568816.

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

Color convert

RGB 240 200 191 -
CMYK 0 0.17 0.20 0.06
HSL 11.02º 0.62% 0.85% -
HSV(B) 11.02º 0.2% 0.94% -
XYZ 65.99 63.6 58.09 -
YUV 210.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 240 200 191 0 0.17 0.20 0.06 11.02 0.62 0.85
Hex F0 C8 BF 0 11 14 6 B 3E 55
Octal 360 310 277 0 21 24 6 13 76 125
Binary 11110000 11001000 10111111 0 10001 10100 110 1011 111110 1010101

Color Harmonies of #F0C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8BF

Black with #F0C8BF

Text Example


Text Example

White with #F0C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8BF; }

 p { color: rgb(240,200,191); }

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

background-color css

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

 a { background-color: rgb(240,200,191); }

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

border-color css

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

 span { border-color: rgb(240,200,191); }

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