Html Css Color HEX #F0C6BD Dust Storm

📋 copy color: '#F0C6BD'

red 240 ◦ green 198 ◦ blue 189

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

Shades of Dust Storm #F0C6BD

Tints of Dust Storm #F0C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.58%

 BLUE value IS 189 (74.22% from 255) = 30.14%

R = 38.28%
G = 31.58%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C6BD (or 0xF0C6BD) is known color: Dust Storm. HEX triplet: F0, C6 and BD. RGB value is (240,198,189). Sum of RGB (Red+Green+Blue) = 240+198+189=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6BD is #0F3942. Grayscale: #D1D1D1. Windows color (decimal): -997699 or 12437232. OLE color: 12437232.

HSL color Cylindrical-coordinate representation of color #F0C6BD: hue angle of 10.59º degrees, saturation: 0.63, 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 #F0C6BD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 189 -
CMYK 0 0.18 0.21 0.06
HSL 10.59º 0.63% 0.84% -
HSV(B) 10.59º 0.21% 0.94% -
XYZ 65.31 62.59 56.78 -
YUV 209.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 240 198 189 0 0.18 0.21 0.06 10.59 0.63 0.84
Hex F0 C6 BD 0 12 15 6 B 3F 54
Octal 360 306 275 0 22 25 6 13 77 124
Binary 11110000 11000110 10111101 0 10010 10101 110 1011 111111 1010100

Color Harmonies of #F0C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6BD

Black with #F0C6BD

Text Example


Text Example

White with #F0C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6BD; }

 p { color: rgb(240,198,189); }

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

background-color css

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

 a { background-color: rgb(240,198,189); }

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

border-color css

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

 span { border-color: rgb(240,198,189); }

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