#F8DE8D

Color #F8DE8D Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #F8DE8D

Tints of Vis Vis #F8DE8D

Color information

#F8DE8D (or 0xF8DE8D) is unknown color: approx Vis Vis. HEX triplet: F8, DE and 8D. RGB value is (248,222,141). Sum of RGB (Red+Green+Blue) = 248+222+141=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DE8D is #072172. Grayscale: #DCDCDC. Windows color (decimal): -467315 or 9297656. OLE color: 9297656.

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

Color convert

RGB248222141-
CMYK00.100.430.03
HSL45.42º88.43%76.27%-
HSV(B)45.42º43.15%97.25%-
XYZ69.6474.1235.84-
YUV220.5483.11147.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=40.59%
G=36.33%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822214100.100.430.0345.4288.4376.27
HexF8DE8D0A2B32d584c
Octal37033621501253355130114
Binary111110001101111010001101010101010111110110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DE8D; }

 p { color: rgb(248,222,141); }

 H1.HeaderClassName
 {
   color: #F8DE8D;
 }
 .AnyTagClassName
 {
   color: #F8DE8D;
 }
</style>
background-color css

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

 a { background-color: rgb(248,222,141); }

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

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

 span { border-color: rgb(248,222,141); }

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