Html Css Color HEX #FCDC8F Vis Vis

📋 copy color: '#FCDC8F'

red 252 ◦ green 220 ◦ blue 143

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

Shades of Vis Vis #FCDC8F

Tints of Vis Vis #FCDC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.25%

R = 40.98%
G = 35.77%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDC8F (or 0xFCDC8F) is known color: Vis Vis. HEX triplet: FC, DC and 8F. RGB value is (252,220,143). Sum of RGB (Red+Green+Blue) = 252+220+143=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC8F is #032370. Grayscale: #DDDDDD. Windows color (decimal): -205681 or 9428220. OLE color: 9428220.

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

Color convert

RGB 252 220 143 -
CMYK 0 0.13 0.43 0.01
HSL 42.39º 0.95% 0.77% -
HSV(B) 42.39º 0.43% 0.99% -
XYZ 70.7 73.87 36.52 -
YUV 220.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 252 220 143 0 0.13 0.43 0.01 42.39 0.95 0.77
Hex FC DC 8F 0 D 2B 1 2A 5F 4D
Octal 374 334 217 0 15 53 1 52 137 115
Binary 11111100 11011100 10001111 0 1101 101011 1 101010 1011111 1001101

Color Harmonies of #FCDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC8F

Black with #FCDC8F

Text Example


Text Example

White with #FCDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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