Html Css Color HEX #F0DABE Solitaire

📋 copy color: '#F0DABE'

red 240 ◦ green 218 ◦ blue 190

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

Shades of Solitaire #F0DABE

Tints of Solitaire #F0DABE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.64%

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

R = 37.04%
G = 33.64%
B = 29.32%

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

#F0DABE (or 0xF0DABE) is known color: Solitaire. HEX triplet: F0, DA and BE. RGB value is (240,218,190). Sum of RGB (Red+Green+Blue) = 240+218+190=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DABE is #0F2541. Grayscale: #DDDDDD. Windows color (decimal): -992578 or 12507888. OLE color: 12507888.

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

Color convert

RGB 240 218 190 -
CMYK 0 0.09 0.21 0.06
HSL 33.6º 0.63% 0.84% -
HSV(B) 33.6º 0.21% 0.94% -
XYZ 70.3 72.39 58.98 -
YUV 221.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 240 218 190 0 0.09 0.21 0.06 33.6 0.63 0.84
Hex F0 DA BE 0 9 15 6 22 3E 54
Octal 360 332 276 0 11 25 6 42 76 124
Binary 11110000 11011010 10111110 0 1001 10101 110 100010 111110 1010100

Color Harmonies of #F0DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DABE

Black with #F0DABE

Text Example


Text Example

White with #F0DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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