Html Css Color HEX #FDDC8E Vis Vis

📋 copy color: '#FDDC8E'

red 253 ◦ green 220 ◦ blue 142

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

Shades of Vis Vis #FDDC8E

Tints of Vis Vis #FDDC8E

RGB

 RED value IS 253 (99.22% from 255) = 41.14%

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

 BLUE value IS 142 (55.86% from 255) = 23.09%

R = 41.14%
G = 35.77%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDDC8E (or 0xFDDC8E) is known color: Vis Vis. HEX triplet: FD, DC and 8E. RGB value is (253,220,142). Sum of RGB (Red+Green+Blue) = 253+220+142=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC8E is #022371. Grayscale: #DDDDDD. Windows color (decimal): -140146 or 9362685. OLE color: 9362685.

HSL color Cylindrical-coordinate representation of color #FDDC8E: hue angle of 42.16º 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 #FDDC8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 142 -
CMYK 0 0.13 0.44 0.01
HSL 42.16º 0.97% 0.77% -
HSV(B) 42.16º 0.44% 0.99% -
XYZ 70.98 74.02 36.14 -
YUV 220.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 253 220 142 0 0.13 0.44 0.01 42.16 0.97 0.77
Hex FD DC 8E 0 D 2C 1 2A 61 4D
Octal 375 334 216 0 15 54 1 52 141 115
Binary 11111101 11011100 10001110 0 1101 101100 1 101010 1100001 1001101

Color Harmonies of #FDDC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC8E

Black with #FDDC8E

Text Example


Text Example

White with #FDDC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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