Html Css Color HEX #F0DCBE Solitaire

📋 copy color: '#F0DCBE'

red 240 ◦ green 220 ◦ blue 190

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

Shades of Solitaire #F0DCBE

Tints of Solitaire #F0DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.85%

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

R = 36.92%
G = 33.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0DCBE (or 0xF0DCBE) is known color: Solitaire. HEX triplet: F0, DC and BE. RGB value is (240,220,190). Sum of RGB (Red+Green+Blue) = 240+220+190=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCBE is #0F2341. Grayscale: #DEDEDE. Windows color (decimal): -992066 or 12508400. OLE color: 12508400.

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

Color convert

RGB 240 220 190 -
CMYK 0 0.08 0.21 0.06
HSL 36º 0.63% 0.84% -
HSV(B) 36º 0.21% 0.94% -
XYZ 70.82 73.43 59.16 -
YUV 222.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 240 220 190 0 0.08 0.21 0.06 36 0.63 0.84
Hex F0 DC BE 0 8 15 6 24 3E 54
Octal 360 334 276 0 10 25 6 44 76 124
Binary 11110000 11011100 10111110 0 1000 10101 110 100100 111110 1010100

Color Harmonies of #F0DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCBE

Black with #F0DCBE

Text Example


Text Example

White with #F0DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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