#F4DE8D

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

Shades of Vis Vis #F4DE8D

Tints of Vis Vis #F4DE8D

Color information

#F4DE8D (or 0xF4DE8D) is unknown color: approx Vis Vis. HEX triplet: F4, DE and 8D. RGB value is (244,222,141). Sum of RGB (Red+Green+Blue) = 244+222+141=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DE8D is #0B2172. Grayscale: #DBDBDB. Windows color (decimal): -729459 or 9297652. OLE color: 9297652.

HSL color Cylindrical-coordinate representation of color #F4DE8D: hue angle of 47.18º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4DE8D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244222141-
CMYK00.090.420.04
HSL47.18º82.4%75.49%-
HSV(B)47.18º42.21%95.69%-
XYZ68.2473.435.77-
YUV219.3483.79145.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 141 (55.47% from 255) = 23.23%
R=40.20%
G=36.57%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422214100.090.420.0447.1882.475.49
HexF4DE8D092A42f524b
Octal36433621501152457122113
Binary1111010011011110100011010100110101010010111110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DE8D; }

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

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

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

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

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

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

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

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