Html Css Color HEX #FDDC8C Vis Vis

📋 copy color: '#FDDC8C'

red 253 ◦ green 220 ◦ blue 140

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

Shades of Vis Vis #FDDC8C

Tints of Vis Vis #FDDC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.84%

R = 41.27%
G = 35.89%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDDC8C (or 0xFDDC8C) is known color: Vis Vis. HEX triplet: FD, DC and 8C. RGB value is (253,220,140). Sum of RGB (Red+Green+Blue) = 253+220+140=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC8C is #022373. Grayscale: #DDDDDD. Windows color (decimal): -140148 or 9231613. OLE color: 9231613.

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

Color convert

RGB 253 220 140 -
CMYK 0 0.13 0.45 0.01
HSL 42.48º 0.97% 0.77% -
HSV(B) 42.48º 0.45% 0.99% -
XYZ 70.83 73.96 35.35 -
YUV 220.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 253 220 140 0 0.13 0.45 0.01 42.48 0.97 0.77
Hex FD DC 8C 0 D 2D 1 2A 61 4D
Octal 375 334 214 0 15 55 1 52 141 115
Binary 11111101 11011100 10001100 0 1101 101101 1 101010 1100001 1001101

Color Harmonies of #FDDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC8C

Black with #FDDC8C

Text Example


Text Example

White with #FDDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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