#FDDF8E

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

Shades of Vis Vis #FDDF8E

Tints of Vis Vis #FDDF8E

Color information

#FDDF8E (or 0xFDDF8E) is unknown color: approx Vis Vis. HEX triplet: FD, DF and 8E. RGB value is (253,223,142). Sum of RGB (Red+Green+Blue) = 253+223+142=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 142 (55.86% from 255 or 22.98% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF8E is #022071. Grayscale: #DFDFDF. Windows color (decimal): -139378 or 9363453. OLE color: 9363453.

HSL color Cylindrical-coordinate representation of color #FDDF8E: hue angle of 43.78º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDDF8E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253223142-
CMYK00.120.440.01
HSL43.78º96.52%77.45%-
HSV(B)43.78º43.87%99.22%-
XYZ71.7875.6136.4-
YUV222.7482.44149.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 142 (55.86% from 255) = 22.98%
R=40.94%
G=36.08%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322314200.120.440.0143.7896.5277.45
HexFDDF8E0C2C12c614d
Octal37533721601454154141115
Binary11111101110111111000111001100101100110110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF8E; }

 p { color: rgb(253,223,142); }

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

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

 a { background-color: rgb(253,223,142); }

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

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

 span { border-color: rgb(253,223,142); }

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