Html Css Color HEX #F8DC8C Vis Vis

📋 copy color: '#F8DC8C'

red 248 ◦ green 220 ◦ blue 140

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

Shades of Vis Vis #F8DC8C

Tints of Vis Vis #F8DC8C

RGB

 RED value IS 248 (97.27% from 255) = 40.79%

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

 BLUE value IS 140 (55.08% from 255) = 23.03%

R = 40.79%
G = 36.18%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8DC8C (or 0xF8DC8C) is known color: Vis Vis. HEX triplet: F8, DC and 8C. RGB value is (248,220,140). Sum of RGB (Red+Green+Blue) = 248+220+140=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC8C is #072373. Grayscale: #DBDBDB. Windows color (decimal): -467828 or 9231608. OLE color: 9231608.

HSL color Cylindrical-coordinate representation of color #F8DC8C: hue angle of 44.44º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8DC8C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 140 -
CMYK 0 0.11 0.44 0.03
HSL 44.44º 0.89% 0.76% -
HSV(B) 44.44º 0.44% 0.97% -
XYZ 69.04 73.04 35.27 -
YUV 219.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 248 220 140 0 0.11 0.44 0.03 44.44 0.89 0.76
Hex F8 DC 8C 0 B 2C 3 2C 59 4C
Octal 370 334 214 0 13 54 3 54 131 114
Binary 11111000 11011100 10001100 0 1011 101100 11 101100 1011001 1001100

Color Harmonies of #F8DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC8C

Black with #F8DC8C

Text Example


Text Example

White with #F8DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC8C; }

 p { color: rgb(248,220,140); }

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

background-color css

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

 a { background-color: rgb(248,220,140); }

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

border-color css

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

 span { border-color: rgb(248,220,140); }

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