Html Css Color HEX #FCDE8C Vis Vis

📋 copy color: '#FCDE8C'

red 252 ◦ green 222 ◦ blue 140

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

Shades of Vis Vis #FCDE8C

Tints of Vis Vis #FCDE8C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.16%

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

R = 41.04%
G = 36.16%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCDE8C (or 0xFCDE8C) is known color: Vis Vis. HEX triplet: FC, DE and 8C. RGB value is (252,222,140). Sum of RGB (Red+Green+Blue) = 252+222+140=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE8C is #032173. Grayscale: #DDDDDD. Windows color (decimal): -205172 or 9232124. OLE color: 9232124.

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

Color convert

RGB 252 222 140 -
CMYK 0 0.12 0.44 0.01
HSL 43.93º 0.95% 0.77% -
HSV(B) 43.93º 0.44% 0.99% -
XYZ 71 74.83 35.51 -
YUV 221.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 252 222 140 0 0.12 0.44 0.01 43.93 0.95 0.77
Hex FC DE 8C 0 C 2C 1 2C 5F 4D
Octal 374 336 214 0 14 54 1 54 137 115
Binary 11111100 11011110 10001100 0 1100 101100 1 101100 1011111 1001101

Color Harmonies of #FCDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE8C

Black with #FCDE8C

Text Example


Text Example

White with #FCDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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