Html Css Color HEX #FCDC8D Vis Vis

📋 copy color: '#FCDC8D'

red 252 ◦ green 220 ◦ blue 141

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

Shades of Vis Vis #FCDC8D

Tints of Vis Vis #FCDC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23%

R = 41.11%
G = 35.89%
B = 23%

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

#FCDC8D (or 0xFCDC8D) is known color: Vis Vis. HEX triplet: FC, DC and 8D. RGB value is (252,220,141). Sum of RGB (Red+Green+Blue) = 252+220+141=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC8D is #032372. Grayscale: #DCDCDC. Windows color (decimal): -205683 or 9297148. OLE color: 9297148.

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

Color convert

RGB 252 220 141 -
CMYK 0 0.13 0.44 0.01
HSL 42.7º 0.95% 0.77% -
HSV(B) 42.7º 0.44% 0.99% -
XYZ 70.55 73.8 35.73 -
YUV 220.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 252 220 141 0 0.13 0.44 0.01 42.7 0.95 0.77
Hex FC DC 8D 0 D 2C 1 2B 5F 4D
Octal 374 334 215 0 15 54 1 53 137 115
Binary 11111100 11011100 10001101 0 1101 101100 1 101011 1011111 1001101

Color Harmonies of #FCDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC8D

Black with #FCDC8D

Text Example


Text Example

White with #FCDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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