Html Css Color HEX #F0DCA8 Sidecar

📋 copy color: '#F0DCA8'

red 240 ◦ green 220 ◦ blue 168

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

Shades of Sidecar #F0DCA8

Tints of Sidecar #F0DCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.75%

R = 38.22%
G = 35.03%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F0DCA8 (or 0xF0DCA8) is known color: Sidecar. HEX triplet: F0, DC and A8. RGB value is (240,220,168). Sum of RGB (Red+Green+Blue) = 240+220+168=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCA8 is #0F2357. Grayscale: #DCDCDC. Windows color (decimal): -992088 or 11066608. OLE color: 11066608.

HSL color Cylindrical-coordinate representation of color #F0DCA8: hue angle of 43.33º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DCA8 is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 168 -
CMYK 0 0.08 0.3 0.06
HSL 43.33º 0.71% 0.8% -
HSV(B) 43.33º 0.3% 0.94% -
XYZ 68.6 72.54 47.43 -
YUV 220.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 240 220 168 0 0.08 0.3 0.06 43.33 0.71 0.8
Hex F0 DC A8 0 8 1E 6 2B 47 50
Octal 360 334 250 0 10 36 6 53 107 120
Binary 11110000 11011100 10101000 0 1000 11110 110 101011 1000111 1010000

Color Harmonies of #F0DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCA8

Black with #F0DCA8

Text Example


Text Example

White with #F0DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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