Html Css Color HEX #FCDC8C Vis Vis

📋 copy color: '#FCDC8C'

red 252 ◦ green 220 ◦ blue 140

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

Shades of Vis Vis #FCDC8C

Tints of Vis Vis #FCDC8C

RGB

 RED value IS 252 (98.83% from 255) = 41.18%

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

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

R = 41.18%
G = 35.95%
B = 22.88%

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

#FCDC8C (or 0xFCDC8C) is known color: Vis Vis. HEX triplet: FC, DC and 8C. RGB value is (252,220,140). Sum of RGB (Red+Green+Blue) = 252+220+140=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC8C is #032373. Grayscale: #DCDCDC. Windows color (decimal): -205684 or 9231612. OLE color: 9231612.

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

Color convert

RGB 252 220 140 -
CMYK 0 0.13 0.44 0.01
HSL 42.86º 0.95% 0.77% -
HSV(B) 42.86º 0.44% 0.99% -
XYZ 70.47 73.78 35.34 -
YUV 220.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 252 220 140 0 0.13 0.44 0.01 42.86 0.95 0.77
Hex FC DC 8C 0 D 2C 1 2B 5F 4D
Octal 374 334 214 0 15 54 1 53 137 115
Binary 11111100 11011100 10001100 0 1101 101100 1 101011 1011111 1001101

Color Harmonies of #FCDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC8C

Black with #FCDC8C

Text Example


Text Example

White with #FCDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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