Html Css Color HEX #F0DBBE Solitaire

📋 copy color: '#F0DBBE'

red 240 ◦ green 219 ◦ blue 190

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

Shades of Solitaire #F0DBBE

Tints of Solitaire #F0DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.74%

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

R = 36.98%
G = 33.74%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0DBBE (or 0xF0DBBE) is known color: Solitaire. HEX triplet: F0, DB and BE. RGB value is (240,219,190). Sum of RGB (Red+Green+Blue) = 240+219+190=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBBE is #0F2441. Grayscale: #DEDEDE. Windows color (decimal): -992322 or 12508144. OLE color: 12508144.

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

Color convert

RGB 240 219 190 -
CMYK 0 0.09 0.21 0.06
HSL 34.8º 0.63% 0.84% -
HSV(B) 34.8º 0.21% 0.94% -
XYZ 70.56 72.91 59.07 -
YUV 221.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 240 219 190 0 0.09 0.21 0.06 34.8 0.63 0.84
Hex F0 DB BE 0 9 15 6 23 3E 54
Octal 360 333 276 0 11 25 6 43 76 124
Binary 11110000 11011011 10111110 0 1001 10101 110 100011 111110 1010100

Color Harmonies of #F0DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBBE

Black with #F0DBBE

Text Example


Text Example

White with #F0DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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