#FDDD8C

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

Shades of Vis Vis #FDDD8C

Tints of Vis Vis #FDDD8C

Color information

#FDDD8C (or 0xFDDD8C) is unknown color: approx Vis Vis. HEX triplet: FD, DD and 8C. RGB value is (253,221,140). Sum of RGB (Red+Green+Blue) = 253+221+140=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD8C is #022273. Grayscale: #DDDDDD. Windows color (decimal): -139892 or 9231869. OLE color: 9231869.

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

Color convert

RGB253221140-
CMYK00.130.450.01
HSL43.01º96.58%77.06%-
HSV(B)43.01º44.66%99.22%-
XYZ71.174.4935.44-
YUV221.3382.1150.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 140 (55.08% from 255) = 22.80%
R=41.21%
G=35.99%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322114000.130.450.0143.0196.5877.06
HexFDDD8C0D2D12b614d
Octal37533521401555153141115
Binary11111101110111011000110001101101101110101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDD8C; }

 p { color: rgb(253,221,140); }

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

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

 a { background-color: rgb(253,221,140); }

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

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

 span { border-color: rgb(253,221,140); }

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